#[repr(C, packed(1))]pub struct usb_key_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub tTKID: [__u8; 3],
pub bReserved: __u8,
pub bKeyData: __IncompleteArrayField<__u8>,
}Fields§
§bLength: __u8§bDescriptorType: __u8§tTKID: [__u8; 3]§bReserved: __u8§bKeyData: __IncompleteArrayField<__u8>Auto Trait Implementations§
impl Freeze for usb_key_descriptor
impl RefUnwindSafe for usb_key_descriptor
impl Send for usb_key_descriptor
impl Sync for usb_key_descriptor
impl Unpin for usb_key_descriptor
impl UnwindSafe for usb_key_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