Struct libc::unix::notbsd::linux::other::b64::x86_64::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, __unused4: u64, __unused5: u64, }

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

Auto Trait Implementations

impl Send for shmid_ds

impl Sync for shmid_ds