#[repr(C)]pub struct semid_ds {
pub sem_perm: ipc_perm,
pub sem_otime: i64,
pub __sem_otime_high: u64,
pub sem_ctime: i64,
pub __sem_ctime_high: u64,
pub sem_nsems: u64,
pub __glibc_reserved3: u64,
pub __glibc_reserved4: u64,
}Fields§
§sem_perm: ipc_perm§sem_otime: i64§__sem_otime_high: u64§sem_ctime: i64§__sem_ctime_high: u64§sem_nsems: u64§__glibc_reserved3: u64§__glibc_reserved4: u64Trait Implementations§
Source§impl Ord for semid_ds
impl Ord for semid_ds
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for semid_ds
impl PartialOrd for semid_ds
impl Copy for semid_ds
impl Eq for semid_ds
impl StructuralPartialEq for semid_ds
Auto Trait Implementations§
impl Freeze for semid_ds
impl RefUnwindSafe for semid_ds
impl Send for semid_ds
impl Sync for semid_ds
impl Unpin for semid_ds
impl UnsafeUnpin for semid_ds
impl UnwindSafe for semid_ds
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