Struct libc::shmid_ds
#[repr(C)]
pub struct shmid_ds {
pub shm_perm: ::ipc_perm,
pub shm_segsz: ::size_t,
pub shm_atime: ::time_t,
pub shm_dtime: ::time_t,
pub shm_ctime: ::time_t,
pub shm_cpid: ::pid_t,
pub shm_lpid: ::pid_t,
pub shm_nattch: ::shmatt_t,
/* some fields hidden */
}
Fields
pub shm_perm: ::ipc_perm
pub shm_segsz: ::size_t
pub shm_atime: ::time_t
pub shm_dtime: ::time_t
pub shm_ctime: ::time_t
pub shm_cpid: ::pid_t
pub shm_lpid: ::pid_t
pub shm_nattch: ::shmatt_t
Trait Implementations
impl Debug for shmid_ds
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for shmid_ds
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for shmid_ds
impl StructuralPartialEq for shmid_ds
Auto Trait Implementations
impl RefUnwindSafe for shmid_ds
impl UnwindSafe for shmid_ds
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T