#[repr(C)]pub struct WEBAUTHN_ASSERTION {Show 16 fields
pub dwVersion: u32,
pub cbAuthenticatorData: u32,
pub pbAuthenticatorData: *mut u8,
pub cbSignature: u32,
pub pbSignature: *mut u8,
pub Credential: WEBAUTHN_CREDENTIAL,
pub cbUserId: u32,
pub pbUserId: *mut u8,
pub Extensions: WEBAUTHN_EXTENSIONS,
pub cbCredLargeBlob: u32,
pub pbCredLargeBlob: *mut u8,
pub dwCredLargeBlobStatus: u32,
pub pHmacSecret: *mut WEBAUTHN_HMAC_SECRET_SALT,
pub dwUsedTransport: u32,
pub cbUnsignedExtensionOutputs: u32,
pub pbUnsignedExtensionOutputs: *mut u8,
}
Fields§
§dwVersion: u32
§cbAuthenticatorData: u32
§pbAuthenticatorData: *mut u8
§cbSignature: u32
§pbSignature: *mut u8
§Credential: WEBAUTHN_CREDENTIAL
§cbUserId: u32
§pbUserId: *mut u8
§Extensions: WEBAUTHN_EXTENSIONS
§cbCredLargeBlob: u32
§pbCredLargeBlob: *mut u8
§dwCredLargeBlobStatus: u32
§pHmacSecret: *mut WEBAUTHN_HMAC_SECRET_SALT
§dwUsedTransport: u32
§cbUnsignedExtensionOutputs: u32
§pbUnsignedExtensionOutputs: *mut u8
Trait Implementations§
§impl Clone for WEBAUTHN_ASSERTION
impl Clone for WEBAUTHN_ASSERTION
§fn clone(&self) -> WEBAUTHN_ASSERTION
fn clone(&self) -> WEBAUTHN_ASSERTION
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 WEBAUTHN_ASSERTION
Auto Trait Implementations§
impl Freeze for WEBAUTHN_ASSERTION
impl RefUnwindSafe for WEBAUTHN_ASSERTION
impl !Send for WEBAUTHN_ASSERTION
impl !Sync for WEBAUTHN_ASSERTION
impl Unpin for WEBAUTHN_ASSERTION
impl UnwindSafe for WEBAUTHN_ASSERTION
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
)