Struct rustix::fs::inotify::InotifyEvent
source · pub struct InotifyEvent<'a> {
wd: i32,
events: ReadFlags,
cookie: u32,
file_name: Option<&'a CStr>,
}
Expand description
An inotify event.
Fields§
§wd: i32
§events: ReadFlags
§file_name: Option<&'a CStr>
Implementations§
source§impl<'a> InotifyEvent<'a>
impl<'a> InotifyEvent<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InotifyEvent<'a>
impl<'a> RefUnwindSafe for InotifyEvent<'a>
impl<'a> Send for InotifyEvent<'a>
impl<'a> Sync for InotifyEvent<'a>
impl<'a> Unpin for InotifyEvent<'a>
impl<'a> UnwindSafe for InotifyEvent<'a>
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