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_permpub shm_segsz: ::size_tpub shm_atime: ::time_tpub shm_dtime: ::time_tpub shm_ctime: ::time_tpub shm_cpid: ::pid_tpub shm_lpid: ::pid_tpub shm_nattch: ::shmatt_tTrait Implementations
impl Debug for shmid_ds
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for shmid_ds
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for shmid_dsimpl StructuralPartialEq for shmid_dsAuto Trait Implementations
impl RefUnwindSafe for shmid_dsimpl UnwindSafe for shmid_dsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T