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