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