Struct dw_apb_uart::DW8250
source · pub struct DW8250 { /* private fields */ }
Expand description
dw-apb-uart serial driver: DW8250
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DW8250
impl Send for DW8250
impl Sync for DW8250
impl Unpin for DW8250
impl UnwindSafe for DW8250
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