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