#[repr(C)]pub struct WEBAUTHN_EXTENSIONS {
pub cExtensions: u32,
pub pExtensions: *mut WEBAUTHN_EXTENSION,
}
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§
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