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