pub struct EventFsGetPath<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Retrieve file system path based on FSID event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventFsGetPath<'a>
impl<'a> Debug for EventFsGetPath<'a>
Source§impl<'a> Hash for EventFsGetPath<'a>
impl<'a> Hash for EventFsGetPath<'a>
Source§impl<'a> PartialEq for EventFsGetPath<'a>
impl<'a> PartialEq for EventFsGetPath<'a>
impl<'a> Eq for EventFsGetPath<'a>
impl Send for EventFsGetPath<'_>
impl Sync for EventFsGetPath<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventFsGetPath<'a>
impl<'a> RefUnwindSafe for EventFsGetPath<'a>
impl<'a> Unpin for EventFsGetPath<'a>
impl<'a> UnwindSafe for EventFsGetPath<'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