Struct nix::libc::passwd[][src]

#[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

Trait Implementations

impl Copy for passwd
[src]

impl Clone for passwd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for passwd

impl !Sync for passwd