#[repr(u8)]pub enum Dtx {
B1 = 0,
B0 = 1,
CENTER = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Dtx
impl Ord for Dtx
Source§impl PartialOrd for Dtx
impl PartialOrd for Dtx
impl Copy for Dtx
impl Eq for Dtx
impl StructuralPartialEq for Dtx
Auto Trait Implementations§
impl Freeze for Dtx
impl RefUnwindSafe for Dtx
impl Send for Dtx
impl Sync for Dtx
impl Unpin for Dtx
impl UnwindSafe for Dtx
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)