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

Trait Implementations

impl Copy for group
[src]

impl Clone for group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for group
[src]

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

This method tests for !=.

impl Eq for group
[src]

Auto Trait Implementations

impl !Send for group

impl !Sync for group