Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for passwd
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for passwd
[src]

Auto Trait Implementations

impl !Send for passwd

impl !Sync for passwd