Struct MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
#[repr(C)]pub struct MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS {
pub dwSize: u32,
pub dwVer: u32,
pub cbSignatureOffset: u32,
pub cbSignatureSize: u32,
pub cbExtensionOffset: u32,
pub cbExtensionSize: u32,
pub cActions: u32,
pub rgOutputActions: [MFINPUTTRUSTAUTHORITY_ACCESS_ACTION; 1],
}Fields§
§dwSize: u32§dwVer: u32§cbSignatureOffset: u32§cbSignatureSize: u32§cbExtensionOffset: u32§cbExtensionSize: u32§cActions: u32§rgOutputActions: [MFINPUTTRUSTAUTHORITY_ACCESS_ACTION; 1]Trait Implementations§
§impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
§fn clone(&self) -> MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
fn clone(&self) -> MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
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 PartialEq for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl PartialEq for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
§fn eq(&self, other: &MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> bool
fn eq(&self, other: &MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl StructuralPartialEq for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
Auto Trait Implementations§
impl Freeze for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl RefUnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl !Send for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl !Sync for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl Unpin for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
impl UnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS
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