Struct libc::ucred 
                   
                       [−]
                   
               [src]
pub struct ucred {
    pub pid: pid_t,
    pub uid: uid_t,
    pub gid: gid_t,
}Fields
pid: pid_t
                           uid: uid_t
                           gid: gid_t
                           Trait Implementations
impl Copy for ucred[src]
impl Clone for ucred[src]
fn clone(&self) -> ucred
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more