Struct SECURE_ELEMENT_NFCC_CAPABILITIES
#[repr(C)]pub struct SECURE_ELEMENT_NFCC_CAPABILITIES {
pub cbMaxRoutingTableSize: u16,
pub IsAidRoutingSupported: bool,
pub IsProtocolRoutingSupported: bool,
pub IsTechRoutingSupported: bool,
}
Fields§
§cbMaxRoutingTableSize: u16
§IsAidRoutingSupported: bool
§IsProtocolRoutingSupported: bool
§IsTechRoutingSupported: bool
Trait Implementations§
§impl Clone for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Clone for SECURE_ELEMENT_NFCC_CAPABILITIES
§fn clone(&self) -> SECURE_ELEMENT_NFCC_CAPABILITIES
fn clone(&self) -> SECURE_ELEMENT_NFCC_CAPABILITIES
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 SECURE_ELEMENT_NFCC_CAPABILITIES
impl Debug for SECURE_ELEMENT_NFCC_CAPABILITIES
§impl Default for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Default for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Copy for SECURE_ELEMENT_NFCC_CAPABILITIES
impl StructuralPartialEq for SECURE_ELEMENT_NFCC_CAPABILITIES
Auto Trait Implementations§
impl Freeze for SECURE_ELEMENT_NFCC_CAPABILITIES
impl RefUnwindSafe for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Send for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Sync for SECURE_ELEMENT_NFCC_CAPABILITIES
impl Unpin for SECURE_ELEMENT_NFCC_CAPABILITIES
impl UnwindSafe for SECURE_ELEMENT_NFCC_CAPABILITIES
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