Struct openssl_sys::seminfo
source · pub struct seminfo {
pub semmap: i32,
pub semmni: i32,
pub semmns: i32,
pub semmnu: i32,
pub semmsl: i32,
pub semopm: i32,
pub semume: i32,
pub semusz: i32,
pub semvmx: i32,
pub semaem: i32,
}
Fields
semmap: i32
semmni: i32
semmns: i32
semmnu: i32
semmsl: i32
semopm: i32
semume: i32
semusz: i32
semvmx: i32
semaem: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for seminfo
impl Send for seminfo
impl Sync for seminfo
impl Unpin for seminfo
impl UnwindSafe for seminfo
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