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: ipc_perm
Unstable (
libc
): use libc
from crates.io
shm_segsz: size_t
Unstable (
libc
): use libc
from crates.io
shm_atime: time_t
Unstable (
libc
): use libc
from crates.io
shm_dtime: time_t
Unstable (
libc
): use libc
from crates.io
shm_ctime: time_t
Unstable (
libc
): use libc
from crates.io
shm_cpid: pid_t
Unstable (
libc
): use libc
from crates.io
shm_lpid: pid_t
Unstable (
libc
): use libc
from crates.io
shm_nattch: shmatt_t
Unstable (
libc
): use libc
from crates.io