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