#[repr(C)]pub struct WEBAUTHN_CREDENTIALS {
pub cCredentials: u32,
pub pCredentials: *mut WEBAUTHN_CREDENTIAL,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
cCredentials: u32
pCredentials: *mut WEBAUTHN_CREDENTIAL
Trait Implementations
impl Clone for WEBAUTHN_CREDENTIALS
impl Clone for WEBAUTHN_CREDENTIALS
impl Copy for WEBAUTHN_CREDENTIALS
Auto Trait Implementations
impl RefUnwindSafe for WEBAUTHN_CREDENTIALS
impl !Send for WEBAUTHN_CREDENTIALS
impl !Sync for WEBAUTHN_CREDENTIALS
impl Unpin for WEBAUTHN_CREDENTIALS
impl UnwindSafe for WEBAUTHN_CREDENTIALS
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