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

impl Clone for shmid_ds

fn clone(&self) -> shmid_ds

fn clone_from(&mut self, source: &Self)