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