pub struct Kuid { /* private fields */ }
Expand description
The type of user identifiers (UIDs).
Implementations§
Source§impl Kuid
impl Kuid
Sourcepub fn current_euid() -> Kuid
pub fn current_euid() -> Kuid
Get the current euid.
Sourcepub fn into_uid_in_current_ns(self) -> uid_t
pub fn into_uid_in_current_ns(self) -> uid_t
Converts this kernel UID into a userspace UID.
Uses the namespace of the current task.
Trait Implementations§
impl Copy for Kuid
impl Eq for Kuid
Auto Trait Implementations§
impl Freeze for Kuid
impl RefUnwindSafe for Kuid
impl Send for Kuid
impl Sync for Kuid
impl Unpin for Kuid
impl UnwindSafe for Kuid
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