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

Trait Implementations

impl Copy for msginfo
[src]

impl Clone for msginfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for msginfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for msginfo
[src]

Auto Trait Implementations

impl Send for msginfo

impl Sync for msginfo