pub struct ShmPtr(pub usize);Expand description
Wrapper for Shared Memory pointer (stored as address).
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShmPtr
impl RefUnwindSafe for ShmPtr
impl Send for ShmPtr
impl Sync for ShmPtr
impl Unpin for ShmPtr
impl UnsafeUnpin for ShmPtr
impl UnwindSafe for ShmPtr
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