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

pub struct ucred {
    pub pid: i32,
    pub uid: u32,
    pub gid: u32,
}

Fields

pid
uid
gid

Trait Implementations

impl Clone for ucred

fn clone(&self) -> ucred

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for ucred