#[repr(C)]pub struct WINBIO_GET_INDICATOR {
pub PayloadSize: u32,
pub WinBioHresult: HRESULT,
pub IndicatorStatus: u32,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
PayloadSize: u32
WinBioHresult: HRESULT
IndicatorStatus: u32
Trait Implementations
impl Clone for WINBIO_GET_INDICATOR
impl Clone for WINBIO_GET_INDICATOR
impl Copy for WINBIO_GET_INDICATOR
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_GET_INDICATOR
impl Send for WINBIO_GET_INDICATOR
impl Sync for WINBIO_GET_INDICATOR
impl Unpin for WINBIO_GET_INDICATOR
impl UnwindSafe for WINBIO_GET_INDICATOR
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