pub struct UartWrite {
pub driver: DriverWeak<BoxDriver>,
}
Fields§
§driver: DriverWeak<BoxDriver>
Implementations§
Trait Implementations§
Source§impl Write for UartWrite
impl Write for UartWrite
impl StdoutWrite for UartWrite
Auto Trait Implementations§
impl Freeze for UartWrite
impl !RefUnwindSafe for UartWrite
impl Send for UartWrite
impl Sync for UartWrite
impl Unpin for UartWrite
impl !UnwindSafe for UartWrite
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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