Struct windows_sys::Win32::Devices::Usb::DRV_VERSION
#[repr(C)]pub struct DRV_VERSION {
pub major: u32,
pub minor: u32,
pub internal: u32,
}
Fields§
§major: u32
§minor: u32
§internal: u32
Trait Implementations§
§impl Clone for DRV_VERSION
impl Clone for DRV_VERSION
impl Copy for DRV_VERSION
Auto Trait Implementations§
impl RefUnwindSafe for DRV_VERSION
impl Send for DRV_VERSION
impl Sync for DRV_VERSION
impl Unpin for DRV_VERSION
impl UnwindSafe for DRV_VERSION
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