Struct NFC_SE_PROTO_ROUTING_INFO
#[repr(C)]pub struct NFC_SE_PROTO_ROUTING_INFO {
pub hSecureElement: isize,
pub bPowerState: u8,
pub eRfProtocolType: u8,
}
Fields§
§hSecureElement: isize
§bPowerState: u8
§eRfProtocolType: u8
Trait Implementations§
§impl Clone for NFC_SE_PROTO_ROUTING_INFO
impl Clone for NFC_SE_PROTO_ROUTING_INFO
§fn clone(&self) -> NFC_SE_PROTO_ROUTING_INFO
fn clone(&self) -> NFC_SE_PROTO_ROUTING_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_PROTO_ROUTING_INFO
impl Debug for NFC_SE_PROTO_ROUTING_INFO
§impl Default for NFC_SE_PROTO_ROUTING_INFO
impl Default for NFC_SE_PROTO_ROUTING_INFO
§impl PartialEq for NFC_SE_PROTO_ROUTING_INFO
impl PartialEq for NFC_SE_PROTO_ROUTING_INFO
impl Copy for NFC_SE_PROTO_ROUTING_INFO
impl StructuralPartialEq for NFC_SE_PROTO_ROUTING_INFO
Auto Trait Implementations§
impl Freeze for NFC_SE_PROTO_ROUTING_INFO
impl RefUnwindSafe for NFC_SE_PROTO_ROUTING_INFO
impl Send for NFC_SE_PROTO_ROUTING_INFO
impl Sync for NFC_SE_PROTO_ROUTING_INFO
impl Unpin for NFC_SE_PROTO_ROUTING_INFO
impl UnwindSafe for NFC_SE_PROTO_ROUTING_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