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