Struct libc_interface::shmid_ds [−][src]
#[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 omitted }
Fields
shm_perm: ipc_perm
shm_segsz: size_t
shm_atime: time_t
shm_dtime: time_t
shm_ctime: time_t
shm_cpid: pid_t
shm_lpid: pid_t
shm_nattch: shmatt_t
Trait Implementations
impl Copy for shmid_ds
[src]
impl Copy for shmid_ds
impl Clone for shmid_ds
[src]
impl Clone for shmid_ds
fn clone(&self) -> shmid_ds
[src]
fn clone(&self) -> shmid_ds
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for shmid_ds
[src]
impl PartialEq for shmid_ds
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for shmid_ds
[src]
impl Eq for shmid_ds