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

Trait Implementations

impl Copy for shmid_ds
[src]

impl Clone for shmid_ds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more