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