Struct nix::libc::group[][src]

#[repr(C)]
pub struct group { pub gr_name: *mut i8, pub gr_passwd: *mut i8, pub gr_gid: u32, pub gr_mem: *mut *mut i8, }

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

Auto Trait Implementations

impl !Send for group

impl !Sync for group