#[repr(C)]pub struct WINBIO_ASYNC_RESULT_0_12 {
pub PropertyType: u32,
pub PropertyId: u32,
pub Identity: WINBIO_IDENTITY,
pub SubFactor: u8,
pub PropertyBufferSize: usize,
pub PropertyBuffer: *mut c_void,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
, "Win32_Foundation"
Fields
PropertyType: u32
PropertyId: u32
Identity: WINBIO_IDENTITY
SubFactor: u8
PropertyBufferSize: usize
PropertyBuffer: *mut c_void
Trait Implementations
impl Clone for WINBIO_ASYNC_RESULT_0_12
impl Clone for WINBIO_ASYNC_RESULT_0_12
impl Copy for WINBIO_ASYNC_RESULT_0_12
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_ASYNC_RESULT_0_12
impl !Send for WINBIO_ASYNC_RESULT_0_12
impl !Sync for WINBIO_ASYNC_RESULT_0_12
impl Unpin for WINBIO_ASYNC_RESULT_0_12
impl UnwindSafe for WINBIO_ASYNC_RESULT_0_12
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