Struct libc::shmid_ds
[−]
[src]
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 | |
shm_segsz | |
shm_atime | |
shm_dtime | |
shm_ctime | |
shm_cpid | |
shm_lpid | |
shm_nattch |
Trait Implementations
impl Copy for shmid_ds
[src]
impl Clone for 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
Performs copy-assignment from source
. Read more