pub struct Layer<'l, const ROWS: usize, const COLS: usize>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l, const ROWS: usize, const COLS: usize> Freeze for Layer<'l, ROWS, COLS>
impl<'l, const ROWS: usize, const COLS: usize> RefUnwindSafe for Layer<'l, ROWS, COLS>
impl<'l, const ROWS: usize, const COLS: usize> Send for Layer<'l, ROWS, COLS>
impl<'l, const ROWS: usize, const COLS: usize> Sync for Layer<'l, ROWS, COLS>
impl<'l, const ROWS: usize, const COLS: usize> Unpin for Layer<'l, ROWS, COLS>
impl<'l, const ROWS: usize, const COLS: usize> UnwindSafe for Layer<'l, ROWS, COLS>
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