Struct endpoint_sec::EventStat
source · 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§
source§impl<'a> PartialEq for EventStat<'a>
impl<'a> PartialEq for EventStat<'a>
impl<'a> Eq for EventStat<'a>
impl Send for EventStat<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventStat<'a>
impl<'a> !Sync 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