#[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,
}
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
§fn clone(&self) -> WINBIO_STORAGE_RECORD
fn clone(&self) -> WINBIO_STORAGE_RECORD
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WINBIO_STORAGE_RECORD
Auto Trait Implementations§
impl Freeze for WINBIO_STORAGE_RECORD
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)