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_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
Trait Implementations
impl Debug for msginfo
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for msginfo
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for msginfo
impl StructuralPartialEq for msginfo
Auto Trait Implementations
impl RefUnwindSafe for msginfo
impl UnwindSafe for msginfo
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T