pub struct BDH { /* private fields */ }Expand description
UART Baud Rate Registers:High
Implementations§
Auto Trait Implementations§
impl !Freeze for BDH
impl !RefUnwindSafe for BDH
impl Send for BDH
impl !Sync for BDH
impl Unpin for BDH
impl UnwindSafe for BDH
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