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