pub struct INotify { /* private fields */ }Expand description
Watch filesytem changes on linux
Implementations§
Auto Trait Implementations§
impl !Freeze for INotify
impl !RefUnwindSafe for INotify
impl Send for INotify
impl Sync for INotify
impl Unpin for INotify
impl !UnwindSafe for INotify
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