#[repr(u8)]pub enum Tmode {
ZZ63 = 0,
ZZ64 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tmode
impl Ord for Tmode
Source§impl PartialOrd for Tmode
impl PartialOrd for Tmode
impl Copy for Tmode
impl Eq for Tmode
impl StructuralPartialEq for Tmode
Auto Trait Implementations§
impl Freeze for Tmode
impl RefUnwindSafe for Tmode
impl Send for Tmode
impl Sync for Tmode
impl Unpin for Tmode
impl UnwindSafe for Tmode
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