[][src]Struct gdnative::libc::shmid_ds

#[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_permshm_segsz: usizeshm_atime: i64shm_dtime: i64shm_ctime: i64shm_cpid: i32shm_lpid: i32shm_nattch: u64

Trait Implementations

impl Copy for shmid_ds
[src]

impl Clone for shmid_ds
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for shmid_ds

impl Sync for shmid_ds

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]