windows::Win32::Devices::BiometricFramework

Union WINBIO_ASYNC_RESULT_0

#[repr(C)]
pub union WINBIO_ASYNC_RESULT_0 {
Show 21 fields pub Verify: WINBIO_ASYNC_RESULT_0_0, pub Identify: WINBIO_ASYNC_RESULT_0_1, pub EnrollBegin: WINBIO_ASYNC_RESULT_0_2, pub EnrollCapture: WINBIO_ASYNC_RESULT_0_3, pub EnrollCommit: WINBIO_ASYNC_RESULT_0_4, pub EnumEnrollments: WINBIO_ASYNC_RESULT_0_5, pub CaptureSample: WINBIO_ASYNC_RESULT_0_6, pub DeleteTemplate: WINBIO_ASYNC_RESULT_0_7, pub GetProperty: WINBIO_ASYNC_RESULT_0_8, pub SetProperty: WINBIO_ASYNC_RESULT_0_9, pub GetEvent: WINBIO_ASYNC_RESULT_0_10, pub ControlUnit: WINBIO_ASYNC_RESULT_0_11, pub EnumServiceProviders: WINBIO_ASYNC_RESULT_0_12, pub EnumBiometricUnits: WINBIO_ASYNC_RESULT_0_13, pub EnumDatabases: WINBIO_ASYNC_RESULT_0_14, pub VerifyAndReleaseTicket: WINBIO_ASYNC_RESULT_0_15, pub IdentifyAndReleaseTicket: WINBIO_ASYNC_RESULT_0_16, pub EnrollSelect: WINBIO_ASYNC_RESULT_0_17, pub MonitorPresence: WINBIO_ASYNC_RESULT_0_18, pub GetProtectionPolicy: WINBIO_ASYNC_RESULT_0_19, pub NotifyUnitStatusChange: WINBIO_ASYNC_RESULT_0_20,
}

Fields§

§Verify: WINBIO_ASYNC_RESULT_0_0§Identify: WINBIO_ASYNC_RESULT_0_1§EnrollBegin: WINBIO_ASYNC_RESULT_0_2§EnrollCapture: WINBIO_ASYNC_RESULT_0_3§EnrollCommit: WINBIO_ASYNC_RESULT_0_4§EnumEnrollments: WINBIO_ASYNC_RESULT_0_5§CaptureSample: WINBIO_ASYNC_RESULT_0_6§DeleteTemplate: WINBIO_ASYNC_RESULT_0_7§GetProperty: WINBIO_ASYNC_RESULT_0_8§SetProperty: WINBIO_ASYNC_RESULT_0_9§GetEvent: WINBIO_ASYNC_RESULT_0_10§ControlUnit: WINBIO_ASYNC_RESULT_0_11§EnumServiceProviders: WINBIO_ASYNC_RESULT_0_12§EnumBiometricUnits: WINBIO_ASYNC_RESULT_0_13§EnumDatabases: WINBIO_ASYNC_RESULT_0_14§VerifyAndReleaseTicket: WINBIO_ASYNC_RESULT_0_15§IdentifyAndReleaseTicket: WINBIO_ASYNC_RESULT_0_16§EnrollSelect: WINBIO_ASYNC_RESULT_0_17§MonitorPresence: WINBIO_ASYNC_RESULT_0_18§GetProtectionPolicy: WINBIO_ASYNC_RESULT_0_19§NotifyUnitStatusChange: WINBIO_ASYNC_RESULT_0_20

Trait Implementations§

§

impl Clone for WINBIO_ASYNC_RESULT_0

§

fn clone(&self) -> WINBIO_ASYNC_RESULT_0

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for WINBIO_ASYNC_RESULT_0

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for WINBIO_ASYNC_RESULT_0

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.