Struct USBSCAN_GET_DESCRIPTOR
#[repr(C)]pub struct USBSCAN_GET_DESCRIPTOR {
pub DescriptorType: u8,
pub Index: u8,
pub LanguageId: u16,
}
Fields§
§DescriptorType: u8
§Index: u8
§LanguageId: u16
Trait Implementations§
§impl Clone for USBSCAN_GET_DESCRIPTOR
impl Clone for USBSCAN_GET_DESCRIPTOR
§fn clone(&self) -> USBSCAN_GET_DESCRIPTOR
fn clone(&self) -> USBSCAN_GET_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for USBSCAN_GET_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for USBSCAN_GET_DESCRIPTOR
impl RefUnwindSafe for USBSCAN_GET_DESCRIPTOR
impl Send for USBSCAN_GET_DESCRIPTOR
impl Sync for USBSCAN_GET_DESCRIPTOR
impl Unpin for USBSCAN_GET_DESCRIPTOR
impl UnwindSafe for USBSCAN_GET_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