Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_VERSION
[−]Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
MajorVersion: u32
MinorVersion: u32
Trait Implementations
impl Clone for WINBIO_VERSION
impl Clone for WINBIO_VERSION
impl Copy for WINBIO_VERSION
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_VERSION
impl Send for WINBIO_VERSION
impl Sync for WINBIO_VERSION
impl Unpin for WINBIO_VERSION
impl UnwindSafe for WINBIO_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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