#[repr(C)]pub struct libusb_bos_descriptor {
pub bLength: u8,
pub bDescriptorType: u8,
pub wTotalLength: u16,
pub bNumDeviceCaps: u8,
pub dev_capability: [libusb_bos_dev_capability_descriptor; 0],
}Fields§
§bLength: u8§bDescriptorType: u8§wTotalLength: u16§bNumDeviceCaps: u8§dev_capability: [libusb_bos_dev_capability_descriptor; 0]Auto Trait Implementations§
impl Freeze for libusb_bos_descriptor
impl RefUnwindSafe for libusb_bos_descriptor
impl Send for libusb_bos_descriptor
impl Sync for libusb_bos_descriptor
impl Unpin for libusb_bos_descriptor
impl UnwindSafe for libusb_bos_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