#[repr(transparent)]pub struct EpAbortDone(pub u32);
Expand description
Device only: Used in conjunction with EP_ABORT
. Set once an endpoint is idle so the programmer knows it is safe to modify the buffer control register.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for EpAbortDone
impl Clone for EpAbortDone
Source§fn clone(&self) -> EpAbortDone
fn clone(&self) -> EpAbortDone
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EpAbortDone
impl Default for EpAbortDone
Source§fn default() -> EpAbortDone
fn default() -> EpAbortDone
Returns the “default value” for a type. Read more
Source§impl PartialEq for EpAbortDone
impl PartialEq for EpAbortDone
impl Copy for EpAbortDone
impl Eq for EpAbortDone
impl StructuralPartialEq for EpAbortDone
Auto Trait Implementations§
impl Freeze for EpAbortDone
impl RefUnwindSafe for EpAbortDone
impl Send for EpAbortDone
impl Sync for EpAbortDone
impl Unpin for EpAbortDone
impl UnwindSafe for EpAbortDone
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