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