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_lpid: i32, pub shm_cpid: i32, pub shm_nattch: u16, pub shm_atime: i32, pub shm_dtime: i32, pub shm_ctime: i32, pub shm_internal: *mut c_void, }

Fields

Trait Implementations

impl Clone for shmid_ds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for shmid_ds
[src]

Auto Trait Implementations

impl !Send for shmid_ds

impl !Sync for shmid_ds