Struct libusb1_sys::libusb_bos_descriptor
source · [−]#[repr(C)]pub struct libusb_bos_descriptor {
pub bLength: u8,
pub bDescriptorType: u8,
pub wTotalLength: u16,
pub bNumDeviceCaps: u8,
}Fields
bLength: u8bDescriptorType: u8wTotalLength: u16bNumDeviceCaps: u8Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more