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