Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for xucred
[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 xucred
[src]

Auto Trait Implementations

impl Send for xucred

impl Sync for xucred