Struct endpoint_sec::EventMprotect
source · pub struct EventMprotect<'a> { /* private fields */ }Available on macOS only.
Expand description
Control protection of pages event.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventMprotect<'a>
impl<'a> Debug for EventMprotect<'a>
source§impl<'a> Hash for EventMprotect<'a>
impl<'a> Hash for EventMprotect<'a>
source§impl<'a> PartialEq for EventMprotect<'a>
impl<'a> PartialEq for EventMprotect<'a>
impl<'a> Eq for EventMprotect<'a>
impl Send for EventMprotect<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventMprotect<'a>
impl<'a> RefUnwindSafe for EventMprotect<'a>
impl<'a> Sync for EventMprotect<'a>
impl<'a> Unpin for EventMprotect<'a>
impl<'a> UnwindSafe for EventMprotect<'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