Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_EVENT
#[repr(C)]pub struct WINBIO_EVENT {
pub Type: u32,
pub Parameters: WINBIO_EVENT_0,
}
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§
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