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: i32msgmap: i32msgmax: i32msgmnb: i32msgmni: i32msgssz: i32msgtql: i32msgseg: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for msginfo
impl Send for msginfo
impl Sync for msginfo
impl Unpin for msginfo
impl UnwindSafe for msginfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more