Struct rp_pac::usb::regs::EpAbortDone
source · #[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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)