Struct libc_interface::group [−][src]
#[repr(C)]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 Copy for group
impl Clone for group
[src]
impl Clone for group
fn clone(&self) -> group
[src]
fn clone(&self) -> group
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 group
[src]
impl PartialEq for group
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 group
[src]
impl Eq for group