#[repr(C)]pub struct WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1 {
pub GeneralSamples: u32,
pub Center: u32,
pub TopEdge: u32,
pub BottomEdge: u32,
pub LeftEdge: u32,
pub RightEdge: u32,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
, "Win32_Foundation"
Fields
GeneralSamples: u32
Center: u32
TopEdge: u32
BottomEdge: u32
LeftEdge: u32
RightEdge: u32
Trait Implementations
impl Copy for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
impl Send for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
impl Sync for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
impl Unpin for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
impl UnwindSafe for WINBIO_EXTENDED_ENROLLMENT_STATUS_0_1
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