Struct windows_sys::Win32::Devices::Usb::DRV_VERSION
[−]Expand description
Required features: "Win32_Devices_Usb"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more