Struct MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
#[repr(C)]pub struct MFINPUTTRUSTAUTHORITY_ACCESS_ACTION {
pub Action: MFPOLICYMANAGER_ACTION,
pub pbTicket: *mut u8,
pub cbTicket: u32,
}
Fields§
§Action: MFPOLICYMANAGER_ACTION
§pbTicket: *mut u8
§cbTicket: u32
Trait Implementations§
§impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
§fn clone(&self) -> MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
fn clone(&self) -> MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
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_ACTION
impl PartialEq for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
§fn eq(&self, other: &MFINPUTTRUSTAUTHORITY_ACCESS_ACTION) -> bool
fn eq(&self, other: &MFINPUTTRUSTAUTHORITY_ACCESS_ACTION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl StructuralPartialEq for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
Auto Trait Implementations§
impl Freeze for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl RefUnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl !Send for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl !Sync for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl Unpin for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl UnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
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