Struct libc::msginfo
#[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
pub msgpool: ::c_intpub msgmap: ::c_intpub msgmax: ::c_intpub msgmnb: ::c_intpub msgmni: ::c_intpub msgssz: ::c_intpub msgtql: ::c_intpub msgseg: ::c_ushortTrait Implementations
impl Debug for msginfo
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for msginfo
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for msginfoimpl StructuralPartialEq for msginfoAuto Trait Implementations
impl RefUnwindSafe for msginfoimpl UnwindSafe for msginfoBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T