#[repr(C, packed(1))]pub struct usb_interface_assoc_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub bFirstInterface: __u8,
pub bInterfaceCount: __u8,
pub bFunctionClass: __u8,
pub bFunctionSubClass: __u8,
pub bFunctionProtocol: __u8,
pub iFunction: __u8,
}
Fields§
§bLength: __u8
§bDescriptorType: __u8
§bFirstInterface: __u8
§bInterfaceCount: __u8
§bFunctionClass: __u8
§bFunctionSubClass: __u8
§bFunctionProtocol: __u8
§iFunction: __u8
Trait Implementations§
Source§impl Clone for usb_interface_assoc_descriptor
impl Clone for usb_interface_assoc_descriptor
Source§fn clone(&self) -> usb_interface_assoc_descriptor
fn clone(&self) -> usb_interface_assoc_descriptor
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 moreimpl Copy for usb_interface_assoc_descriptor
Auto Trait Implementations§
impl Freeze for usb_interface_assoc_descriptor
impl RefUnwindSafe for usb_interface_assoc_descriptor
impl Send for usb_interface_assoc_descriptor
impl Sync for usb_interface_assoc_descriptor
impl Unpin for usb_interface_assoc_descriptor
impl UnwindSafe for usb_interface_assoc_descriptor
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