#[repr(C)]pub struct CERT_BIOMETRIC_EXT_INFO {
pub cBiometricData: u32,
pub rgBiometricData: *mut CERT_BIOMETRIC_DATA,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cBiometricData: u32
rgBiometricData: *mut CERT_BIOMETRIC_DATA
Trait Implementations
impl Clone for CERT_BIOMETRIC_EXT_INFO
impl Clone for CERT_BIOMETRIC_EXT_INFO
impl Copy for CERT_BIOMETRIC_EXT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_BIOMETRIC_EXT_INFO
impl !Send for CERT_BIOMETRIC_EXT_INFO
impl !Sync for CERT_BIOMETRIC_EXT_INFO
impl Unpin for CERT_BIOMETRIC_EXT_INFO
impl UnwindSafe for CERT_BIOMETRIC_EXT_INFO
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