pub struct StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,{ /* private fields */ }Expand description
An SHM segment that contains data structure
Implementations§
Trait Implementations§
Source§impl<ID, Elem: Debug> Debug for StructInSHM<ID, Elem>
impl<ID, Elem: Debug> Debug for StructInSHM<ID, Elem>
Source§impl<ID, Elem> Deref for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
impl<ID, Elem> Deref for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
Source§impl<ID, Elem> DerefMut for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
impl<ID, Elem> DerefMut for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
impl<ID, Elem: Send> Send for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
impl<ID, Elem: Sync> Sync for StructInSHM<ID, Elem>where
Standard: Distribution<ID>,
ID: SegmentID,
Auto Trait Implementations§
impl<ID, Elem> Freeze for StructInSHM<ID, Elem>where
ID: Freeze,
impl<ID, Elem> RefUnwindSafe for StructInSHM<ID, Elem>where
Elem: RefUnwindSafe,
ID: RefUnwindSafe,
impl<ID, Elem> Unpin for StructInSHM<ID, Elem>
impl<ID, Elem> UnwindSafe for StructInSHM<ID, Elem>where
Elem: UnwindSafe,
ID: UnwindSafe,
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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