Struct endpoint_sec::EventChdir
source · pub struct EventChdir<'a> { /* private fields */ }Available on crate feature
macos_10_15_1 and macOS only.Expand description
Change directories event.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventChdir<'a>
impl<'a> Debug for EventChdir<'a>
source§impl<'a> Hash for EventChdir<'a>
impl<'a> Hash for EventChdir<'a>
source§impl<'a> PartialEq for EventChdir<'a>
impl<'a> PartialEq for EventChdir<'a>
impl<'a> Eq for EventChdir<'a>
impl Send for EventChdir<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventChdir<'a>
impl<'a> RefUnwindSafe for EventChdir<'a>
impl<'a> !Sync for EventChdir<'a>
impl<'a> Unpin for EventChdir<'a>
impl<'a> UnwindSafe for EventChdir<'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