#[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,
/* private fields */
}
Fields§
§shm_perm: ipc_perm
§shm_segsz: size_t
§shm_atime: time_t
§shm_dtime: time_t
§shm_ctime: time_t
§shm_cpid: pid_t
§shm_lpid: pid_t
§shm_nattch: shmatt_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for shmid_ds
impl RefUnwindSafe for shmid_ds
impl Send for shmid_ds
impl Sync for shmid_ds
impl Unpin for shmid_ds
impl UnwindSafe for shmid_ds
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 112 bytes