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