Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
cbCredBlob: u32
pbCredBlob: *mut u8
Trait Implementations
impl Clone for WEBAUTHN_CRED_BLOB_EXTENSION
impl Clone for WEBAUTHN_CRED_BLOB_EXTENSION
impl Copy for WEBAUTHN_CRED_BLOB_EXTENSION
Auto Trait Implementations
impl RefUnwindSafe for WEBAUTHN_CRED_BLOB_EXTENSION
impl !Send for WEBAUTHN_CRED_BLOB_EXTENSION
impl !Sync for WEBAUTHN_CRED_BLOB_EXTENSION
impl Unpin for WEBAUTHN_CRED_BLOB_EXTENSION
impl UnwindSafe for WEBAUTHN_CRED_BLOB_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