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