#[repr(C)]pub struct shmstat {
pub size: u64,
pub mode: u16,
}Fields§
§size: u64§mode: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for shmstat
impl RefUnwindSafe for shmstat
impl Send for shmstat
impl Sync for shmstat
impl Unpin for shmstat
impl UnwindSafe for shmstat
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