Struct WIAS_ENDORSER_VALUE
#[repr(C)]pub struct WIAS_ENDORSER_VALUE {
pub wszTokenName: PWSTR,
pub wszValue: PWSTR,
}
Fields§
§wszTokenName: PWSTR
§wszValue: PWSTR
Trait Implementations§
§impl Clone for WIAS_ENDORSER_VALUE
impl Clone for WIAS_ENDORSER_VALUE
§fn clone(&self) -> WIAS_ENDORSER_VALUE
fn clone(&self) -> WIAS_ENDORSER_VALUE
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 more§impl Debug for WIAS_ENDORSER_VALUE
impl Debug for WIAS_ENDORSER_VALUE
§impl Default for WIAS_ENDORSER_VALUE
impl Default for WIAS_ENDORSER_VALUE
§impl PartialEq for WIAS_ENDORSER_VALUE
impl PartialEq for WIAS_ENDORSER_VALUE
impl Copy for WIAS_ENDORSER_VALUE
impl StructuralPartialEq for WIAS_ENDORSER_VALUE
Auto Trait Implementations§
impl Freeze for WIAS_ENDORSER_VALUE
impl RefUnwindSafe for WIAS_ENDORSER_VALUE
impl !Send for WIAS_ENDORSER_VALUE
impl !Sync for WIAS_ENDORSER_VALUE
impl Unpin for WIAS_ENDORSER_VALUE
impl UnwindSafe for WIAS_ENDORSER_VALUE
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