Struct libresolv_sys::Struct_Unnamed11
[−]
[src]
pub struct Struct_Unnamed11 { pub si_pid: __pid_t, pub si_uid: __uid_t, }
Fields
si_pid: __pid_t
si_uid: __uid_t
Trait Implementations
impl Clone for Struct_Unnamed11
[src]
fn clone(&self) -> Struct_Unnamed11
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