pub struct EventClose<'a> { /* private fields */ }
Available on macOS only.
Expand description
Close a file descriptor event.
Implementations§
Source§impl<'a> EventClose<'a>
impl<'a> EventClose<'a>
Sourcepub fn was_mapped_writable(&self) -> Option<bool>
Available on crate feature macos_13_0_0
only.
pub fn was_mapped_writable(&self) -> Option<bool>
macos_13_0_0
only.If true
, at some point in the lifetime of the target file vnode it was mapped into a
process as writable.
Trait Implementations§
Source§impl<'a> Debug for EventClose<'a>
impl<'a> Debug for EventClose<'a>
Source§impl<'a> Hash for EventClose<'a>
impl<'a> Hash for EventClose<'a>
Source§impl<'a> PartialEq for EventClose<'a>
impl<'a> PartialEq for EventClose<'a>
impl<'a> Eq for EventClose<'a>
impl Send for EventClose<'_>
impl Sync for EventClose<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventClose<'a>
impl<'a> RefUnwindSafe for EventClose<'a>
impl<'a> Unpin for EventClose<'a>
impl<'a> UnwindSafe for EventClose<'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