#[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,
/* private fields */
}
Fields§
§shm_perm: ipc_perm
§shm_segsz: usize
§shm_atime: i64
§shm_dtime: i64
§shm_ctime: i64
§shm_cpid: i32
§shm_lpid: i32
§shm_nattch: u64
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)