Struct libc::xucred [] [src]

#[repr(C)]
pub struct xucred { pub cr_version: c_uint, pub cr_uid: uid_t, pub cr_ngroups: c_short, pub cr_groups: [gid_t; 16], }

Fields

Trait Implementations

impl Copy for xucred
[src]

impl Clone for xucred
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for xucred

impl Sync for xucred