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