Struct parsswd::PwEnt [] [src]

pub struct PwEnt<'a> {
    pub name: &'a str,
    pub passwd: &'a str,
    pub uid: u32,
    pub gid: u32,
    pub gecos: &'a str,
    pub home_dir: &'a str,
    pub shell: &'a str,
}

Fields

Methods

impl<'a> PwEnt<'a>
[src]

Trait Implementations

impl<'a> Debug for PwEnt<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for PwEnt<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for PwEnt<'a>
[src]

impl<'a> PartialEq for PwEnt<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for PwEnt<'a>
[src]