pub struct MatrixLayout<B: Bound> { /* private fields */ }Expand description
A storage layout using a two-dimensional array.
Trait Implementations§
Source§impl<B: Clone + Bound> Clone for MatrixLayout<B>
impl<B: Clone + Bound> Clone for MatrixLayout<B>
Source§fn clone(&self) -> MatrixLayout<B>
fn clone(&self) -> MatrixLayout<B>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<B: Bound> Layout<B> for MatrixLayout<B>
impl<B: Bound> Layout<B> for MatrixLayout<B>
impl<B: Eq + Bound> Eq for MatrixLayout<B>
impl<B: Bound> StructuralPartialEq for MatrixLayout<B>
Auto Trait Implementations§
impl<B> Freeze for MatrixLayout<B>
impl<B> RefUnwindSafe for MatrixLayout<B>where
B: RefUnwindSafe,
impl<B> Send for MatrixLayout<B>where
B: Send,
impl<B> Sync for MatrixLayout<B>where
B: Sync,
impl<B> Unpin for MatrixLayout<B>
impl<B> UnwindSafe for MatrixLayout<B>where
B: UnwindSafe,
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