#[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 Freeze for seminfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes