Struct libc_interface::shmid_ds [−][src]
#[repr(C)]pub struct shmid_ds { pub shm_perm: ipc_perm, pub shm_segsz: size_t, pub shm_lpid: pid_t, pub shm_cpid: pid_t, pub shm_nattch: shmatt_t, pub shm_atime: time_t, pub shm_dtime: time_t, pub shm_ctime: time_t, pub shm_internal: *mut c_void, }
Fields
shm_perm: ipc_perm
shm_segsz: size_t
shm_lpid: pid_t
shm_cpid: pid_t
shm_nattch: shmatt_t
shm_atime: time_t
shm_dtime: time_t
shm_ctime: time_t
shm_internal: *mut c_void
Trait Implementations
impl Copy for shmid_ds[src]
impl Copy for shmid_dsimpl Clone for shmid_ds[src]
impl Clone for shmid_dsfn clone(&self) -> shmid_ds[src]
fn clone(&self) -> shmid_dsReturns 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_dsfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for shmid_ds[src]
impl Eq for shmid_ds