Struct SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
#[repr(C)]pub struct SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO {
pub guidSecureElementId: GUID,
pub eEventType: SECURE_ELEMENT_EVENT_TYPE,
}
Fields§
§guidSecureElementId: GUID
§eEventType: SECURE_ELEMENT_EVENT_TYPE
Trait Implementations§
§impl Clone for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl Clone for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
§fn clone(&self) -> SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
fn clone(&self) -> SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
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 SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl PartialEq for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
§fn eq(&self, other: &SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO) -> bool
fn eq(&self, other: &SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl StructuralPartialEq for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
Auto Trait Implementations§
impl Freeze for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl RefUnwindSafe for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl Send for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl Sync for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl Unpin for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
impl UnwindSafe for SECURE_ELEMENT_EVENT_SUBSCRIPTION_INFO
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