Struct WEBAUTHN_RP_ENTITY_INFORMATION
#[repr(C)]pub struct WEBAUTHN_RP_ENTITY_INFORMATION {
pub dwVersion: u32,
pub pwszId: PCWSTR,
pub pwszName: PCWSTR,
pub pwszIcon: PCWSTR,
}
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
§fn clone(&self) -> WEBAUTHN_RP_ENTITY_INFORMATION
fn clone(&self) -> WEBAUTHN_RP_ENTITY_INFORMATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WEBAUTHN_RP_ENTITY_INFORMATION
Auto Trait Implementations§
impl Freeze for WEBAUTHN_RP_ENTITY_INFORMATION
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§
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