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