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