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_perm
pub sem_otime: ::time_t
pub sem_ctime: ::time_t
pub sem_nsems: ::__syscall_ulong_t
Trait Implementations
impl Debug for semid_ds
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for semid_ds
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for semid_ds
impl StructuralPartialEq for semid_ds
Auto Trait Implementations
impl RefUnwindSafe for semid_ds
impl UnwindSafe for semid_ds
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T