#[repr(C)]pub struct WEBAUTHN_HMAC_SECRET_SALT_VALUES {
pub pGlobalHmacSalt: *mut WEBAUTHN_HMAC_SECRET_SALT,
pub cCredWithHmacSecretSaltList: u32,
pub pCredWithHmacSecretSaltList: *mut WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT,
}
Fields§
§pGlobalHmacSalt: *mut WEBAUTHN_HMAC_SECRET_SALT
§cCredWithHmacSecretSaltList: u32
§pCredWithHmacSecretSaltList: *mut WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT
Trait Implementations§
§impl Clone for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl Clone for WEBAUTHN_HMAC_SECRET_SALT_VALUES
§fn clone(&self) -> WEBAUTHN_HMAC_SECRET_SALT_VALUES
fn clone(&self) -> WEBAUTHN_HMAC_SECRET_SALT_VALUES
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_HMAC_SECRET_SALT_VALUES
Auto Trait Implementations§
impl Freeze for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl RefUnwindSafe for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl !Send for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl !Sync for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl Unpin for WEBAUTHN_HMAC_SECRET_SALT_VALUES
impl UnwindSafe for WEBAUTHN_HMAC_SECRET_SALT_VALUES
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
)