Struct libc::shmid_ds
[−]
[src]
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 }
Unstable (
libc
): use libc
from crates.io
Fields
shm_perm | Unstable ( libc ): use |
shm_segsz | Unstable ( libc ): use |
shm_atime | Unstable ( libc ): use |
shm_dtime | Unstable ( libc ): use |
shm_ctime | Unstable ( libc ): use |
shm_cpid | Unstable ( libc ): use |
shm_lpid | Unstable ( libc ): use |
shm_nattch | Unstable ( libc ): use |