pub struct UartInterface { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for UartInterface
impl RefUnwindSafe for UartInterface
impl Send for UartInterface
impl Sync for UartInterface
impl Unpin for UartInterface
impl UnwindSafe for UartInterface
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