Struct libc::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

Trait Implementations

impl Copy for passwd
[src]

impl Clone for passwd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for passwd

impl !Sync for passwd