pub struct AnyUart(/* private fields */);Expand description
Any UART peripheral.
Trait Implementations§
Source§impl Instance for AnyUart
impl Instance for AnyUart
Source§impl Peripheral for AnyUart
impl Peripheral for AnyUart
Auto Trait Implementations§
impl Freeze for AnyUart
impl RefUnwindSafe for AnyUart
impl Send for AnyUart
impl Sync for AnyUart
impl Unpin for AnyUart
impl UnwindSafe for AnyUart
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