pub enum UartBitCount {
One,
Two,
}
Variants§
Auto Trait Implementations§
impl Freeze for UartBitCount
impl RefUnwindSafe for UartBitCount
impl Send for UartBitCount
impl Sync for UartBitCount
impl Unpin for UartBitCount
impl UnwindSafe for UartBitCount
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