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
pw_name: *mut c_char
pw_passwd: *mut c_char
pw_uid: uid_t
pw_gid: gid_t
pw_gecos: *mut c_char
pw_dir: *mut c_char
pw_shell: *mut c_char
Trait Implementations
impl Copy for passwd
[src]
impl Copy for passwd
impl Clone for passwd
[src]
impl Clone for passwd
fn clone(&self) -> passwd
[src]
fn clone(&self) -> passwd
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for passwd
[src]
impl PartialEq for passwd
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for passwd
[src]
impl Eq for passwd