pub struct UartRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for UartRegisters
impl !RefUnwindSafe for UartRegisters
impl Send for UartRegisters
impl !Sync for UartRegisters
impl Unpin for UartRegisters
impl UnsafeUnpin for UartRegisters
impl UnwindSafe for UartRegisters
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