pub struct ArrayLayout { /* private fields */ }Expand description
The layout for a constant sized array. The array layout is just a length and an item layout.
Implementations§
Trait Implementations§
Source§impl Clone for ArrayLayout
impl Clone for ArrayLayout
Source§fn clone(&self) -> ArrayLayout
fn clone(&self) -> ArrayLayout
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 Debug for ArrayLayout
impl Debug for ArrayLayout
impl Copy for ArrayLayout
Auto Trait Implementations§
impl Freeze for ArrayLayout
impl RefUnwindSafe for ArrayLayout
impl Send for ArrayLayout
impl Sync for ArrayLayout
impl Unpin for ArrayLayout
impl UnwindSafe for ArrayLayout
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