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<'_>
impl Sync for EventSetuid<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventSetuid<'a>
impl<'a> RefUnwindSafe 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