Struct NFC_SE_EVENT_INFO
#[repr(C)]pub struct NFC_SE_EVENT_INFO {
pub hSecureElement: isize,
pub eEventType: SECURE_ELEMENT_EVENT_TYPE,
pub cbEventData: u32,
pub pbEventData: [u8; 1],
}
Fields§
§hSecureElement: isize
§eEventType: SECURE_ELEMENT_EVENT_TYPE
§cbEventData: u32
§pbEventData: [u8; 1]
Trait Implementations§
§impl Clone for NFC_SE_EVENT_INFO
impl Clone for NFC_SE_EVENT_INFO
§fn clone(&self) -> NFC_SE_EVENT_INFO
fn clone(&self) -> NFC_SE_EVENT_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 Debug for NFC_SE_EVENT_INFO
impl Debug for NFC_SE_EVENT_INFO
§impl Default for NFC_SE_EVENT_INFO
impl Default for NFC_SE_EVENT_INFO
§impl PartialEq for NFC_SE_EVENT_INFO
impl PartialEq for NFC_SE_EVENT_INFO
impl Copy for NFC_SE_EVENT_INFO
impl StructuralPartialEq for NFC_SE_EVENT_INFO
Auto Trait Implementations§
impl Freeze for NFC_SE_EVENT_INFO
impl RefUnwindSafe for NFC_SE_EVENT_INFO
impl Send for NFC_SE_EVENT_INFO
impl Sync for NFC_SE_EVENT_INFO
impl Unpin for NFC_SE_EVENT_INFO
impl UnwindSafe for NFC_SE_EVENT_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