#[repr(C)]pub struct WINBIO_STORAGE_RECORD {
pub Identity: *mut WINBIO_IDENTITY,
pub SubFactor: u8,
pub IndexVector: *mut u32,
pub IndexElementCount: usize,
pub TemplateBlob: *mut u8,
pub TemplateBlobSize: usize,
pub PayloadBlob: *mut u8,
pub PayloadBlobSize: usize,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
Identity: *mut WINBIO_IDENTITY
SubFactor: u8
IndexVector: *mut u32
IndexElementCount: usize
TemplateBlob: *mut u8
TemplateBlobSize: usize
PayloadBlob: *mut u8
PayloadBlobSize: usize
Trait Implementations
impl Clone for WINBIO_STORAGE_RECORD
impl Clone for WINBIO_STORAGE_RECORD
impl Copy for WINBIO_STORAGE_RECORD
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_STORAGE_RECORD
impl !Send for WINBIO_STORAGE_RECORD
impl !Sync for WINBIO_STORAGE_RECORD
impl Unpin for WINBIO_STORAGE_RECORD
impl UnwindSafe for WINBIO_STORAGE_RECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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