pub struct USB_EP7R { /* private fields */ }
Expand description
endpoint 7 register
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for USB_EP7R
impl Send for USB_EP7R
impl !Sync for USB_EP7R
impl Unpin for USB_EP7R
impl UnwindSafe for USB_EP7R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more