Expand description
Real, effective and saved user IDs.
Fields
real: Uid
effective: Uid
saved: Uid
Trait Implementations
impl Copy for ResUid
impl Eq for ResUid
impl StructuralEq for ResUid
impl StructuralPartialEq for ResUid
Auto Trait Implementations
impl RefUnwindSafe for ResUid
impl Send for ResUid
impl Sync for ResUid
impl Unpin for ResUid
impl UnwindSafe for ResUid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more