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