Struct windows_sys::Win32::Networking::WindowsWebServices::WEBAUTHN_X5C
#[repr(C)]pub struct WEBAUTHN_X5C {
pub cbData: u32,
pub pbData: *mut u8,
}
Fields§
§cbData: u32
§pbData: *mut u8
Trait Implementations§
§impl Clone for WEBAUTHN_X5C
impl Clone for WEBAUTHN_X5C
impl Copy for WEBAUTHN_X5C
Auto Trait Implementations§
impl RefUnwindSafe for WEBAUTHN_X5C
impl !Send for WEBAUTHN_X5C
impl !Sync for WEBAUTHN_X5C
impl Unpin for WEBAUTHN_X5C
impl UnwindSafe for WEBAUTHN_X5C
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