#[repr(C)]pub struct WEBAUTHN_COSE_CREDENTIAL_PARAMETERS {
pub cCredentialParameters: u32,
pub pCredentialParameters: *mut WEBAUTHN_COSE_CREDENTIAL_PARAMETER,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
cCredentialParameters: u32
pCredentialParameters: *mut WEBAUTHN_COSE_CREDENTIAL_PARAMETER
Trait Implementations
impl Clone for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl Clone for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl Copy for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl !Send for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl !Sync for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl Unpin for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
impl UnwindSafe for WEBAUTHN_COSE_CREDENTIAL_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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