Struct gdnative_visual_script::common::libc::msginfo [−][src]
#[repr(C)]pub struct msginfo { pub msgpool: i32, pub msgmap: i32, pub msgmax: i32, pub msgmnb: i32, pub msgmni: i32, pub msgssz: i32, pub msgtql: i32, pub msgseg: u16, }
Fields
msgpool: i32
msgmap: i32
msgmax: i32
msgmnb: i32
msgmni: i32
msgssz: i32
msgtql: i32
msgseg: u16
Trait Implementations
impl Clone for msginfo
[src]
impl Clone for msginfo
fn clone(&self) -> msginfo
[src]
fn clone(&self) -> msginfo
Returns 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 Copy for msginfo
[src]
impl Copy for msginfo