#[repr(C)]pub struct CERT_BIOMETRIC_DATA {
pub dwTypeOfBiometricDataChoice: DWORD,
pub u: CERT_BIOMETRIC_DATA_u,
pub HashedUrl: CERT_HASHED_URL,
}
Fields§
§dwTypeOfBiometricDataChoice: DWORD
§u: CERT_BIOMETRIC_DATA_u
§HashedUrl: CERT_HASHED_URL
Trait Implementations§
Source§impl Clone for CERT_BIOMETRIC_DATA
impl Clone for CERT_BIOMETRIC_DATA
Source§fn clone(&self) -> CERT_BIOMETRIC_DATA
fn clone(&self) -> CERT_BIOMETRIC_DATA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CERT_BIOMETRIC_DATA
impl Default for CERT_BIOMETRIC_DATA
Source§fn default() -> CERT_BIOMETRIC_DATA
fn default() -> CERT_BIOMETRIC_DATA
Returns the “default value” for a type. Read more
impl Copy for CERT_BIOMETRIC_DATA
Auto Trait Implementations§
impl Freeze for CERT_BIOMETRIC_DATA
impl RefUnwindSafe for CERT_BIOMETRIC_DATA
impl !Send for CERT_BIOMETRIC_DATA
impl !Sync for CERT_BIOMETRIC_DATA
impl Unpin for CERT_BIOMETRIC_DATA
impl UnwindSafe for CERT_BIOMETRIC_DATA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more