#[repr(u8)]pub enum Uarttx {
CLR = 0,
SET = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Uarttx
impl Ord for Uarttx
Source§impl PartialOrd for Uarttx
impl PartialOrd for Uarttx
impl Copy for Uarttx
impl Eq for Uarttx
impl StructuralPartialEq for Uarttx
Auto Trait Implementations§
impl Freeze for Uarttx
impl RefUnwindSafe for Uarttx
impl Send for Uarttx
impl Sync for Uarttx
impl Unpin for Uarttx
impl UnwindSafe for Uarttx
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