Struct openssl_sys::msginfo
source · 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: i32
§msgmap: i32
§msgmax: i32
§msgmnb: i32
§msgmni: i32
§msgssz: i32
§msgtql: i32
§msgseg: u16
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more