Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_FP_BU_STATE
#[repr(C)]pub struct WINBIO_FP_BU_STATE {
pub SensorAttached: BOOL,
pub CreationResult: HRESULT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§SensorAttached: BOOL
§CreationResult: HRESULT
Trait Implementations§
§impl Clone for WINBIO_FP_BU_STATE
impl Clone for WINBIO_FP_BU_STATE
impl Copy for WINBIO_FP_BU_STATE
Auto Trait Implementations§
impl RefUnwindSafe for WINBIO_FP_BU_STATE
impl Send for WINBIO_FP_BU_STATE
impl Sync for WINBIO_FP_BU_STATE
impl Unpin for WINBIO_FP_BU_STATE
impl UnwindSafe for WINBIO_FP_BU_STATE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more