#[repr(C)]pub struct WEBAUTHN_RP_ENTITY_INFORMATION {
pub dwVersion: u32,
pub pwszId: PCWSTR,
pub pwszName: PCWSTR,
pub pwszIcon: PCWSTR,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
dwVersion: u32
pwszId: PCWSTR
pwszName: PCWSTR
pwszIcon: PCWSTR
Trait Implementations
impl Clone for WEBAUTHN_RP_ENTITY_INFORMATION
impl Clone for WEBAUTHN_RP_ENTITY_INFORMATION
impl Copy for WEBAUTHN_RP_ENTITY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WEBAUTHN_RP_ENTITY_INFORMATION
impl !Send for WEBAUTHN_RP_ENTITY_INFORMATION
impl !Sync for WEBAUTHN_RP_ENTITY_INFORMATION
impl Unpin for WEBAUTHN_RP_ENTITY_INFORMATION
impl UnwindSafe for WEBAUTHN_RP_ENTITY_INFORMATION
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