Struct endpoint_sec::EventOpen
source · pub struct EventOpen<'a> { /* private fields */ }Available on macOS only.
Expand description
File system object open event.
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for EventOpen<'a>
impl<'a> PartialEq for EventOpen<'a>
impl<'a> Eq for EventOpen<'a>
impl Send for EventOpen<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventOpen<'a>
impl<'a> !Sync for EventOpen<'a>
impl<'a> Unpin for EventOpen<'a>
impl<'a> UnwindSafe for EventOpen<'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