Struct endpoint_sec::EventSeteuid
source · pub struct EventSeteuid<'a> { /* private fields */ }Available on crate feature
macos_12_0_0 and macOS only.Expand description
A process has called seteuid().
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventSeteuid<'a>
impl<'a> Debug for EventSeteuid<'a>
source§impl<'a> Hash for EventSeteuid<'a>
impl<'a> Hash for EventSeteuid<'a>
source§impl<'a> PartialEq<EventSeteuid<'a>> for EventSeteuid<'a>
impl<'a> PartialEq<EventSeteuid<'a>> for EventSeteuid<'a>
impl<'a> Eq for EventSeteuid<'a>
impl Send for EventSeteuid<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventSeteuid<'a>
impl<'a> Sync for EventSeteuid<'a>
impl<'a> Unpin for EventSeteuid<'a>
impl<'a> UnwindSafe for EventSeteuid<'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