#[repr(C)]pub struct USBD_VERSION_INFORMATION {
pub USBDI_Version: ULONG,
pub Supported_USB_Version: ULONG,
}
Fields§
§USBDI_Version: ULONG
§Supported_USB_Version: ULONG
Trait Implementations§
Source§impl Clone for USBD_VERSION_INFORMATION
impl Clone for USBD_VERSION_INFORMATION
Source§fn clone(&self) -> USBD_VERSION_INFORMATION
fn clone(&self) -> USBD_VERSION_INFORMATION
Returns a duplicate 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 moreSource§impl Default for USBD_VERSION_INFORMATION
impl Default for USBD_VERSION_INFORMATION
Source§fn default() -> USBD_VERSION_INFORMATION
fn default() -> USBD_VERSION_INFORMATION
Returns the “default value” for a type. Read more
impl Copy for USBD_VERSION_INFORMATION
Auto Trait Implementations§
impl Freeze for USBD_VERSION_INFORMATION
impl RefUnwindSafe for USBD_VERSION_INFORMATION
impl Send for USBD_VERSION_INFORMATION
impl Sync for USBD_VERSION_INFORMATION
impl Unpin for USBD_VERSION_INFORMATION
impl UnwindSafe for USBD_VERSION_INFORMATION
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