Struct libc_interface::msginfo [−][src]
#[repr(C)]pub struct msginfo { pub msgpool: c_int, pub msgmap: c_int, pub msgmax: c_int, pub msgmnb: c_int, pub msgmni: c_int, pub msgssz: c_int, pub msgtql: c_int, pub msgseg: c_ushort, }
Fields
msgpool: c_int
msgmap: c_int
msgmax: c_int
msgmnb: c_int
msgmni: c_int
msgssz: c_int
msgtql: c_int
msgseg: c_ushort
Trait Implementations
impl Copy for msginfo[src]
impl Copy for msginfoimpl Clone for msginfo[src]
impl Clone for msginfofn clone(&self) -> msginfo[src]
fn clone(&self) -> msginfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for msginfo[src]
impl PartialEq for msginfofn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for msginfo[src]
impl Eq for msginfo