pub struct LinearLayout<B: Bound> { /* private fields */ }Expand description
A storage layout using a one-dimensional array.
Trait Implementations§
Source§impl<B: Clone + Bound> Clone for LinearLayout<B>
impl<B: Clone + Bound> Clone for LinearLayout<B>
Source§fn clone(&self) -> LinearLayout<B>
fn clone(&self) -> LinearLayout<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 LinearLayout<B>
impl<B: Bound> Layout<B> for LinearLayout<B>
impl<B: Eq + Bound> Eq for LinearLayout<B>
impl<B: Bound> StructuralPartialEq for LinearLayout<B>
Auto Trait Implementations§
impl<B> Freeze for LinearLayout<B>
impl<B> RefUnwindSafe for LinearLayout<B>where
B: RefUnwindSafe,
impl<B> Send for LinearLayout<B>where
B: Send,
impl<B> Sync for LinearLayout<B>where
B: Sync,
impl<B> Unpin for LinearLayout<B>
impl<B> UnwindSafe for LinearLayout<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