Struct linux_rust_bindings::usb::usb_x86::usb_string_descriptor
source · #[repr(C, packed)]pub struct usb_string_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub __bindgen_anon_1: usb_string_descriptor__bindgen_ty_1,
}
Fields§
§bLength: __u8
§bDescriptorType: __u8
§__bindgen_anon_1: usb_string_descriptor__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for usb_string_descriptor
impl Send for usb_string_descriptor
impl Sync for usb_string_descriptor
impl Unpin for usb_string_descriptor
impl UnwindSafe for usb_string_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