Struct stdcli::prelude::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

Trait Implementations

impl Copy for msginfo
[src]

impl Clone for msginfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more