#[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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)