#[repr(C)]pub struct passwd {
pub pw_name: *mut i8,
pub pw_passwd: *mut i8,
pub pw_uid: u32,
pub pw_gid: u32,
pub pw_gecos: *mut i8,
pub pw_dir: *mut i8,
pub pw_shell: *mut i8,
}
Fields§
§pw_name: *mut i8
§pw_passwd: *mut i8
§pw_uid: u32
§pw_gid: u32
§pw_gecos: *mut i8
§pw_dir: *mut i8
§pw_shell: *mut i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for passwd
impl RefUnwindSafe for passwd
impl !Send for passwd
impl !Sync for passwd
impl Unpin for passwd
impl UnwindSafe for passwd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)