pub struct AuthSys {
pub stamp: u32,
pub machine_name: String,
pub uid: u32,
pub gid: u32,
pub gids: Vec<u32>,
}Expand description
AUTH_SYS authentication credentials (RFC 5531).
Fields§
§stamp: u32§machine_name: String§uid: u32§gid: u32§gids: Vec<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthSys
impl RefUnwindSafe for AuthSys
impl Send for AuthSys
impl Sync for AuthSys
impl Unpin for AuthSys
impl UnwindSafe for AuthSys
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)