#[repr(C)]pub struct WINBIO_ADAPTER_INTERFACE_VERSION {
pub MajorVersion: u16,
pub MinorVersion: u16,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
MajorVersion: u16
MinorVersion: u16
Trait Implementations
impl Clone for WINBIO_ADAPTER_INTERFACE_VERSION
impl Clone for WINBIO_ADAPTER_INTERFACE_VERSION
impl Copy for WINBIO_ADAPTER_INTERFACE_VERSION
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_ADAPTER_INTERFACE_VERSION
impl Send for WINBIO_ADAPTER_INTERFACE_VERSION
impl Sync for WINBIO_ADAPTER_INTERFACE_VERSION
impl Unpin for WINBIO_ADAPTER_INTERFACE_VERSION
impl UnwindSafe for WINBIO_ADAPTER_INTERFACE_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