#[repr(C)]pub struct WINBIO_BSP_SCHEMA {
pub BiometricFactor: u32,
pub BspId: GUID,
pub Description: [u16; 256],
pub Vendor: [u16; 256],
pub Version: WINBIO_VERSION,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
BiometricFactor: u32
BspId: GUID
Description: [u16; 256]
Vendor: [u16; 256]
Version: WINBIO_VERSION
Trait Implementations
impl Clone for WINBIO_BSP_SCHEMA
impl Clone for WINBIO_BSP_SCHEMA
impl Copy for WINBIO_BSP_SCHEMA
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_BSP_SCHEMA
impl Send for WINBIO_BSP_SCHEMA
impl Sync for WINBIO_BSP_SCHEMA
impl Unpin for WINBIO_BSP_SCHEMA
impl UnwindSafe for WINBIO_BSP_SCHEMA
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