#[repr(C, packed(1))]pub struct usb_ssp_cap_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub bDevCapabilityType: __u8,
pub bReserved: __u8,
pub bmAttributes: __le32,
pub wFunctionalitySupport: __le16,
pub wReserved: __le16,
pub __bindgen_anon_1: usb_ssp_cap_descriptor__bindgen_ty_1,
}Fields§
§bLength: __u8§bDescriptorType: __u8§bDevCapabilityType: __u8§bReserved: __u8§bmAttributes: __le32§wFunctionalitySupport: __le16§wReserved: __le16§__bindgen_anon_1: usb_ssp_cap_descriptor__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for usb_ssp_cap_descriptor
impl RefUnwindSafe for usb_ssp_cap_descriptor
impl Send for usb_ssp_cap_descriptor
impl Sync for usb_ssp_cap_descriptor
impl Unpin for usb_ssp_cap_descriptor
impl UnwindSafe for usb_ssp_cap_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