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