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