pub struct DeviceDescriptorPartial {
pub max_packet_size0: u8,
/* private fields */
}Expand description
First 8 bytes of the DeviceDescriptor, used to read max_packet_size0 before SET_ADDRESS.
Fields§
§max_packet_size0: u8Trait Implementations§
Source§impl Debug for DeviceDescriptorPartial
impl Debug for DeviceDescriptorPartial
Auto Trait Implementations§
impl Freeze for DeviceDescriptorPartial
impl RefUnwindSafe for DeviceDescriptorPartial
impl Send for DeviceDescriptorPartial
impl Sync for DeviceDescriptorPartial
impl Unpin for DeviceDescriptorPartial
impl UnwindSafe for DeviceDescriptorPartial
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