pub struct ED { /* private fields */ }Expand description
UART Extended Data Register
Implementations§
Auto Trait Implementations§
impl !Freeze for ED
impl !RefUnwindSafe for ED
impl Send for ED
impl !Sync for ED
impl Unpin for ED
impl UnwindSafe for ED
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