Struct libc::ucred [] [src]

#[repr(C)]
pub struct ucred { pub pid: pid_t, pub uid: uid_t, pub gid: gid_t, }

Fields

Trait Implementations

impl Copy for ucred
[src]

impl Clone for ucred
[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 ucred

impl Sync for ucred