Struct riot_sys::USBD_SIZE_Type
source · [−]Expand description
@brief USBD_SIZE [SIZE] (Unspecified)
Fields
EPOUT: [u32; 8]
< (@ 0x00000000) Description collection: Number of bytes received last in the data stage of this OUT endpoint
ISOOUT: u32
< (@ 0x00000020) Number of bytes received last on this ISO OUT data endpoint
Trait Implementations
sourceimpl Clone for USBD_SIZE_Type
impl Clone for USBD_SIZE_Type
sourcefn clone(&self) -> USBD_SIZE_Type
fn clone(&self) -> USBD_SIZE_Type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for USBD_SIZE_Type
impl Debug for USBD_SIZE_Type
sourceimpl Default for USBD_SIZE_Type
impl Default for USBD_SIZE_Type
sourcefn default() -> USBD_SIZE_Type
fn default() -> USBD_SIZE_Type
Returns the “default value” for a type. Read more
impl Copy for USBD_SIZE_Type
Auto Trait Implementations
impl RefUnwindSafe for USBD_SIZE_Type
impl Send for USBD_SIZE_Type
impl Sync for USBD_SIZE_Type
impl Unpin for USBD_SIZE_Type
impl UnwindSafe for USBD_SIZE_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more