Enum Tdf
pub enum Tdf {
_0 = 0,
_1 = 1,
}Expand description
Transmit Data Flag
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Tdf
impl Eq for Tdf
impl StructuralPartialEq for Tdf
Auto Trait Implementations§
impl Freeze for Tdf
impl RefUnwindSafe for Tdf
impl Send for Tdf
impl Sync for Tdf
impl Unpin for Tdf
impl UnwindSafe for Tdf
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