pub struct FanFd(pub RawFd);Expand description
Newtype wrapper around a raw fanotify file descriptor.
Implements AsRawFd and AsFd so it can be used with AsyncFd.
Tuple Fields§
§0: RawFdTrait Implementations§
Auto Trait Implementations§
impl Freeze for FanFd
impl RefUnwindSafe for FanFd
impl Send for FanFd
impl Sync for FanFd
impl Unpin for FanFd
impl UnsafeUnpin for FanFd
impl UnwindSafe for FanFd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more