pub enum UE {
Disabled = 0,
Enabled = 1,
}
Expand description
USART enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UE
impl Eq for UE
impl StructuralPartialEq for UE
Auto Trait Implementations§
impl Freeze for UE
impl RefUnwindSafe for UE
impl Send for UE
impl Sync for UE
impl Unpin for UE
impl UnwindSafe for UE
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