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