#[repr(transparent)]pub struct Epliststart(pub u32);Expand description
USB EP Command/Status List start address
Tuple Fields§
§0: u32Implementations§
Source§impl Epliststart
impl Epliststart
Trait Implementations§
Source§impl Clone for Epliststart
impl Clone for Epliststart
Source§fn clone(&self) -> Epliststart
fn clone(&self) -> Epliststart
Returns a duplicate 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 Debug for Epliststart
impl Debug for Epliststart
Source§impl Default for Epliststart
impl Default for Epliststart
Source§fn default() -> Epliststart
fn default() -> Epliststart
Returns the “default value” for a type. Read more
Source§impl PartialEq for Epliststart
impl PartialEq for Epliststart
impl Copy for Epliststart
impl Eq for Epliststart
impl StructuralPartialEq for Epliststart
Auto Trait Implementations§
impl Freeze for Epliststart
impl RefUnwindSafe for Epliststart
impl Send for Epliststart
impl Sync for Epliststart
impl Unpin for Epliststart
impl UnwindSafe for Epliststart
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