#[repr(u8)]pub enum Transpose {
No = 78,
Transpose = 84,
Hermite = 67,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Transpose
impl Ord for Transpose
Source§impl PartialOrd for Transpose
impl PartialOrd for Transpose
impl Copy for Transpose
impl Eq for Transpose
impl StructuralPartialEq for Transpose
Auto Trait Implementations§
impl Freeze for Transpose
impl RefUnwindSafe for Transpose
impl Send for Transpose
impl Sync for Transpose
impl Unpin for Transpose
impl UnwindSafe for Transpose
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