#[repr(C)]pub struct WINBIO_ACCOUNT_POLICY {
pub Identity: WINBIO_IDENTITY,
pub AntiSpoofBehavior: WINBIO_ANTI_SPOOF_POLICY_ACTION,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
Identity: WINBIO_IDENTITY
AntiSpoofBehavior: WINBIO_ANTI_SPOOF_POLICY_ACTION
Trait Implementations
impl Clone for WINBIO_ACCOUNT_POLICY
impl Clone for WINBIO_ACCOUNT_POLICY
impl Copy for WINBIO_ACCOUNT_POLICY
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_ACCOUNT_POLICY
impl Send for WINBIO_ACCOUNT_POLICY
impl Sync for WINBIO_ACCOUNT_POLICY
impl Unpin for WINBIO_ACCOUNT_POLICY
impl UnwindSafe for WINBIO_ACCOUNT_POLICY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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