Struct libc::msginfo [] [src]

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
msgmap
msgmax
msgmnb
msgmni
msgssz
msgtql
msgseg

Trait Implementations

impl Copy for msginfo

impl Clone for msginfo

fn clone(&self) -> msginfo

fn clone_from(&mut self, source: &Self)1.0.0