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