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