#[repr(C)]pub struct libusb_container_id_descriptor {
pub bLength: u8,
pub bDescriptorType: u8,
pub bDevCapabilityType: u8,
pub bReserved: u8,
pub ContainerId: [u8; 16],
}Fields
bLength: u8bDescriptorType: u8bDevCapabilityType: u8bReserved: u8ContainerId: [u8; 16]Auto Trait Implementations
impl RefUnwindSafe for libusb_container_id_descriptor
impl Send for libusb_container_id_descriptor
impl Sync for libusb_container_id_descriptor
impl Unpin for libusb_container_id_descriptor
impl UnwindSafe for libusb_container_id_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