pub struct Array<L: CUList, const N: usize> { /* private fields */ }Expand description
Array constructor for CUList. Represent the outter-most array that contains the other nested arrays and its own size.
Auto Trait Implementations§
impl<L, const N: usize> Freeze for Array<L, N>
impl<L, const N: usize> RefUnwindSafe for Array<L, N>where
L: RefUnwindSafe,
impl<L, const N: usize> Send for Array<L, N>where
L: Send,
impl<L, const N: usize> Sync for Array<L, N>where
L: Sync,
impl<L, const N: usize> Unpin for Array<L, N>where
L: Unpin,
impl<L, const N: usize> UnwindSafe for Array<L, N>where
L: 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