Struct libc::semid_ds
#[repr(C)]
pub struct semid_ds {
pub sem_perm: ipc_perm,
pub sem_otime: ::time_t,
pub sem_ctime: ::time_t,
pub sem_nsems: ::__syscall_ulong_t,
/* some fields hidden */
}Fields
pub sem_perm: ipc_permpub sem_otime: ::time_tpub sem_ctime: ::time_tpub sem_nsems: ::__syscall_ulong_tTrait Implementations
impl Debug for semid_ds
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for semid_ds
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for semid_dsimpl StructuralPartialEq for semid_dsAuto Trait Implementations
impl RefUnwindSafe for semid_dsimpl UnwindSafe for semid_dsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T