pub struct Grid<const W: usize, const H: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const W: usize, const H: usize> Freeze for Grid<W, H>
impl<const W: usize, const H: usize> RefUnwindSafe for Grid<W, H>
impl<const W: usize, const H: usize> Send for Grid<W, H>
impl<const W: usize, const H: usize> Sync for Grid<W, H>
impl<const W: usize, const H: usize> Unpin for Grid<W, H>
impl<const W: usize, const H: usize> UnwindSafe for Grid<W, H>
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