#[repr(C)]pub struct WINBIO_ASYNC_RESULT {
pub SessionHandle: u32,
pub Operation: u32,
pub SequenceNumber: u64,
pub TimeStamp: i64,
pub ApiStatus: HRESULT,
pub UnitId: u32,
pub UserData: *mut c_void,
pub Parameters: WINBIO_ASYNC_RESULT_0,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
, "Win32_Foundation"
Fields
SessionHandle: u32
Operation: u32
SequenceNumber: u64
TimeStamp: i64
ApiStatus: HRESULT
UnitId: u32
UserData: *mut c_void
Parameters: WINBIO_ASYNC_RESULT_0
Trait Implementations
impl Clone for WINBIO_ASYNC_RESULT
impl Clone for WINBIO_ASYNC_RESULT
impl Copy for WINBIO_ASYNC_RESULT
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_ASYNC_RESULT
impl !Send for WINBIO_ASYNC_RESULT
impl !Sync for WINBIO_ASYNC_RESULT
impl Unpin for WINBIO_ASYNC_RESULT
impl UnwindSafe for WINBIO_ASYNC_RESULT
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