#[repr(C)]pub struct shmid_ds {
pub shm_perm: ipc_perm,
pub shm_segsz: usize,
pub shm_atime: i32,
pub shm_dtime: i32,
pub shm_ctime: i32,
pub shm_cpid: i32,
pub shm_lpid: i32,
pub shm_nattch: u32,
/* private fields */
}
Fields§
§shm_perm: ipc_perm
§shm_segsz: usize
§shm_atime: i32
§shm_dtime: i32
§shm_ctime: i32
§shm_cpid: i32
§shm_lpid: i32
§shm_nattch: u32
Trait Implementations§
source§impl PartialEq<shmid_ds> for shmid_ds
impl PartialEq<shmid_ds> for shmid_ds
impl Copy for shmid_ds
impl Eq for shmid_ds
impl StructuralEq for shmid_ds
impl StructuralPartialEq for shmid_ds
Auto Trait Implementations§
impl RefUnwindSafe for shmid_ds
impl Send for shmid_ds
impl Sync for shmid_ds
impl Unpin for shmid_ds
impl UnwindSafe for shmid_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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.