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