#[repr(C)]pub struct seminfo {
pub semmap: c_int,
pub semmni: c_int,
pub semmns: c_int,
pub semmnu: c_int,
pub semmsl: c_int,
pub semopm: c_int,
pub semume: c_int,
pub semusz: c_int,
pub semvmx: c_int,
pub semaem: c_int,
}
Fields§
§semmap: c_int
§semmni: c_int
§semmns: c_int
§semmnu: c_int
§semmsl: c_int
§semopm: c_int
§semume: c_int
§semusz: c_int
§semvmx: c_int
§semaem: c_int
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§
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