pub struct shmid_ds {
pub shm_perm: ipc_perm,
pub shm_segsz: usize,
pub shm_atime: i32,
pub shm_dtime: i32,
pub shm_ctime: i32,
pub shm_cpid: i32,
pub shm_lpid: i32,
pub shm_nattch: u32,
/* private fields */
}Fields
shm_perm: ipc_permshm_segsz: usizeshm_atime: i32shm_dtime: i32shm_ctime: i32shm_cpid: i32shm_lpid: i32shm_nattch: u32Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more