#[repr(u8)]pub enum NormType {
One = 79,
Infinity = 73,
Frobenius = 70,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NormType
impl RefUnwindSafe for NormType
impl Send for NormType
impl Sync for NormType
impl Unpin for NormType
impl UnwindSafe for NormType
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