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