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