#[repr(C)]
pub struct user {Show fields
    pub regs: user_regs_struct,
    pub u_fpvalid: c_int,
    pub i387: user_fpregs_struct,
    pub u_tsize: c_ulonglong,
    pub u_dsize: c_ulonglong,
    pub u_ssize: c_ulonglong,
    pub start_code: c_ulonglong,
    pub start_stack: c_ulonglong,
    pub signal: c_longlong,
    pub u_ar0: *mut user_regs_struct,
    pub u_fpstate: *mut user_fpregs_struct,
    pub magic: c_ulonglong,
    pub u_comm: [c_char; 32],
    pub u_debugreg: [c_ulonglong; 8],
    // some fields omitted
Formats the value using the given formatter. Read more
fn eq(&self, other: &user) -> bool[src]
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &user) -> bool[src]
This method tests for !=.
impl<T> Any for T where
    T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
    U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.