pub struct Nrml<const N: usize, S: Field>(/* private fields */);Implementations§
Trait Implementations§
impl<const N: usize, S: Copy + Field> Copy for Nrml<N, S>
impl<const N: usize, S: Eq + Field> Eq for Nrml<N, S>
impl<const N: usize, S: PartialEq + Field> StructuralPartialEq for Nrml<N, S>
Auto Trait Implementations§
impl<const N: usize, S> Freeze for Nrml<N, S>
impl<const N: usize, S> RefUnwindSafe for Nrml<N, S>where
[S; N]: RefUnwindSafe,
impl<const N: usize, S> Send for Nrml<N, S>
impl<const N: usize, S> Sync for Nrml<N, S>
impl<const N: usize, S> Unpin for Nrml<N, S>
impl<const N: usize, S> UnsafeUnpin for Nrml<N, S>where
[S; N]: UnsafeUnpin,
impl<const N: usize, S> UnwindSafe for Nrml<N, S>where
[S; N]: UnwindSafe,
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