#[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
msgpool: c_int
msgmap: c_int
msgmax: c_int
msgmnb: c_int
msgmni: c_int
msgssz: c_int
msgtql: c_int
msgseg: c_ushort
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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