Struct rustix::fs::inotify::InotifyEvent
source · pub struct InotifyEvent<'a> { /* private fields */ }
Expand description
An inotify event.
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