Struct parallel_vec::param::MemoryLayout
source · [−]pub struct MemoryLayout<Param: ParallelVecParam> { /* private fields */ }Expand description
Memory layout information for creating a ParallelVec.
Users will not need to deal with this type directly, as there is no way to instantiate a copy of this struct safely.
Auto Trait Implementations
impl<Param> RefUnwindSafe for MemoryLayout<Param> where
<Param as ParallelVecParam>::Offsets: RefUnwindSafe,
impl<Param> Send for MemoryLayout<Param> where
<Param as ParallelVecParam>::Offsets: Send,
impl<Param> Sync for MemoryLayout<Param> where
<Param as ParallelVecParam>::Offsets: Sync,
impl<Param> Unpin for MemoryLayout<Param> where
<Param as ParallelVecParam>::Offsets: Unpin,
impl<Param> UnwindSafe for MemoryLayout<Param> where
<Param as ParallelVecParam>::Offsets: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more