Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_EVENT
[−]#[repr(C)]pub struct WINBIO_EVENT {
pub Type: u32,
pub Parameters: WINBIO_EVENT_0,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
Type: u32
Parameters: WINBIO_EVENT_0
Trait Implementations
impl Clone for WINBIO_EVENT
impl Clone for WINBIO_EVENT
impl Copy for WINBIO_EVENT
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_EVENT
impl Send for WINBIO_EVENT
impl Sync for WINBIO_EVENT
impl Unpin for WINBIO_EVENT
impl UnwindSafe for WINBIO_EVENT
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