Struct libc::group [] [src]

pub struct group {
    pub gr_name: *mut c_char,
    pub gr_passwd: *mut c_char,
    pub gr_gid: gid_t,
    pub gr_mem: *mut *mut c_char,
}

Fields

gr_name: *mut c_char gr_passwd: *mut c_char gr_gid: gid_t gr_mem: *mut *mut c_char

Trait Implementations

impl Copy for group
[src]

impl Clone for group
[src]

fn clone(&self) -> group

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more