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