Struct linux_syscalls::env::aux::Egid
source · #[non_exhaustive]pub struct Egid;Expand description
Effective gid (AT_EGID).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Egid
impl Send for Egid
impl Sync for Egid
impl Unpin for Egid
impl UnwindSafe for Egid
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