pub struct EventStat<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
View stat information of a file event.
Implementations§
Trait Implementations§
impl<'a> Eq for EventStat<'a>
impl Send for EventStat<'_>
impl Sync for EventStat<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventStat<'a>
impl<'a> RefUnwindSafe for EventStat<'a>
impl<'a> Unpin for EventStat<'a>
impl<'a> UnwindSafe for EventStat<'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