Struct gdnative_visual_script::common::libc::shmid_ds [−][src]
#[repr(C)]pub struct shmid_ds { pub shm_perm: ipc_perm, pub shm_segsz: usize, pub shm_atime: i64, pub shm_dtime: i64, pub shm_ctime: i64, pub shm_cpid: i32, pub shm_lpid: i32, pub shm_nattch: u64, // some fields omitted }
Fields
shm_perm: ipc_perm
shm_segsz: usize
shm_atime: i64
shm_dtime: i64
shm_ctime: i64
shm_cpid: i32
shm_lpid: i32
shm_nattch: u64
Trait Implementations
impl Clone for shmid_ds
[src]
impl Clone for shmid_ds
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for shmid_ds
[src]
impl Copy for shmid_ds