#[repr(C)]pub struct WINBIO_CAPTURE_PARAMETERS {
pub PayloadSize: u32,
pub Purpose: u8,
pub Format: WINBIO_REGISTERED_FORMAT,
pub VendorFormat: GUID,
pub Flags: u8,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
PayloadSize: u32
Purpose: u8
Format: WINBIO_REGISTERED_FORMAT
VendorFormat: GUID
Flags: u8
Trait Implementations
impl Clone for WINBIO_CAPTURE_PARAMETERS
impl Clone for WINBIO_CAPTURE_PARAMETERS
impl Copy for WINBIO_CAPTURE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_CAPTURE_PARAMETERS
impl Send for WINBIO_CAPTURE_PARAMETERS
impl Sync for WINBIO_CAPTURE_PARAMETERS
impl Unpin for WINBIO_CAPTURE_PARAMETERS
impl UnwindSafe for WINBIO_CAPTURE_PARAMETERS
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