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