Struct fd_lock::FdLockGuard [−][src]
A guard that unlocks the file descriptor when it goes out of scope.
Trait Implementations
impl<'fdlock, T: Debug + AsRawFd> Debug for FdLockGuard<'fdlock, T>
[src][+]
impl<T: AsRawFd> Deref for FdLockGuard<'_, T>
[src][+]
impl<T: AsRawFd> DerefMut for FdLockGuard<'_, T>
[src][+]
impl<T: AsRawFd> Drop for FdLockGuard<'_, T>
[src][+]
Auto Trait Implementations
impl<'fdlock, T> RefUnwindSafe for FdLockGuard<'fdlock, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'fdlock, T> Send for FdLockGuard<'fdlock, T> where
T: Send,
T: Send,
impl<'fdlock, T> Sync for FdLockGuard<'fdlock, T> where
T: Sync,
T: Sync,
impl<'fdlock, T> Unpin for FdLockGuard<'fdlock, T>
impl<'fdlock, T> !UnwindSafe for FdLockGuard<'fdlock, T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,