Struct stdcli::prelude::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more