Struct phper_sys::passwd [−][src]
#[repr(C)]pub struct passwd { pub pw_name: *mut c_char, pub pw_passwd: *mut c_char, pub pw_uid: __uid_t, pub pw_gid: __gid_t, pub pw_gecos: *mut c_char, pub pw_dir: *mut c_char, pub pw_shell: *mut c_char, }
Fields
pw_name: *mut c_charpw_passwd: *mut c_charpw_uid: __uid_tpw_gid: __gid_tpw_gecos: *mut c_charpw_dir: *mut c_charpw_shell: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for passwdimpl UnwindSafe for passwdBlanket Implementations
Mutably borrows from an owned value. Read more