#[repr(C)]pub struct WINBIO_EXTENDED_ENROLLMENT_STATUS {
pub TemplateStatus: HRESULT,
pub RejectDetail: u32,
pub PercentComplete: u32,
pub Factor: u32,
pub SubFactor: u8,
pub Specific: WINBIO_EXTENDED_ENROLLMENT_STATUS_0,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
, "Win32_Foundation"
Fields
TemplateStatus: HRESULT
RejectDetail: u32
PercentComplete: u32
Factor: u32
SubFactor: u8
Specific: WINBIO_EXTENDED_ENROLLMENT_STATUS_0
Trait Implementations
impl Clone for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl Clone for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl Copy for WINBIO_EXTENDED_ENROLLMENT_STATUS
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl Send for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl Sync for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl Unpin for WINBIO_EXTENDED_ENROLLMENT_STATUS
impl UnwindSafe for WINBIO_EXTENDED_ENROLLMENT_STATUS
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