pub struct Dim2<const B: usize, const A: usize>;Trait Implementations§
impl<const B: usize, const A: usize> Copy for Dim2<B, A>
impl<const B: usize, const A: usize> IsConstDim for Dim2<B, A>
impl<const A: usize, const B: usize> MayDim2<A, B> for Dim2<A, B>
Auto Trait Implementations§
impl<const B: usize, const A: usize> Freeze for Dim2<B, A>
impl<const B: usize, const A: usize> RefUnwindSafe for Dim2<B, A>
impl<const B: usize, const A: usize> Send for Dim2<B, A>
impl<const B: usize, const A: usize> Sync for Dim2<B, A>
impl<const B: usize, const A: usize> Unpin for Dim2<B, A>
impl<const B: usize, const A: usize> UnwindSafe for Dim2<B, A>
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