Struct WEBAUTHN_HMAC_SECRET_SALT_VALUES
#[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