#[repr(C)]
pub struct SIZE { pub epout: [EPOUT; 8], pub isoout: ISOOUT, }
Expand description

Register block

Fields

epout: [EPOUT; 8]

0x00..0x20 - Description collection: Number of bytes received last in the data stage of this OUT endpoint

isoout: ISOOUT

0x20 - Number of bytes received last on this ISO OUT data endpoint

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.