Struct posix::pwd::passwd [-] [+] [src]

pub struct passwd {
    pub pw_name: *mut char_t,
    pub pw_passwd: *mut char_t,
    pub pw_uid: uid_t,
    pub pw_gid: gid_t,
    pub pw_gecos: *mut char_t,
    pub pw_dir: *mut char_t,
    pub pw_shell: *mut char_t,
}

Fields

pw_name
pw_passwd
pw_uid
pw_gid
pw_gecos
pw_dir
pw_shell

Methods

impl passwd

fn new() -> passwd

Trait Implementations

Derived Implementations

impl Copy for passwd