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