Struct nix::libc::ucred[][src]

#[repr(C)]
pub struct ucred { pub pid: i32, pub uid: u32, pub gid: u32, }

Fields

Trait Implementations

impl Copy for ucred
[src]

impl Clone for ucred
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ucred

impl Sync for ucred