Struct libc_interface::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, // 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

impl PartialEq for shmid_ds
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for shmid_ds
[src]

Auto Trait Implementations

impl Send for shmid_ds

impl Sync for shmid_ds