#[repr(C)]pub struct WEBAUTHN_EXTENSION {
pub pwszExtensionIdentifier: PCWSTR,
pub cbExtension: u32,
pub pvExtension: *mut c_void,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more