pub struct DLAB;
Expand description
Divisor latch configuration mode for UART.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DLAB
impl RefUnwindSafe for DLAB
impl Send for DLAB
impl Sync for DLAB
impl Unpin for DLAB
impl UnwindSafe for DLAB
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