Struct NFC_P2P_PARAM_CONFIG
#[repr(C)]pub struct NFC_P2P_PARAM_CONFIG {
pub eP2pMode: NFC_P2P_MODE,
pub cbGeneralBytes: u8,
pub pbGeneralBytes: [u8; 48],
}
Fields§
§eP2pMode: NFC_P2P_MODE
§cbGeneralBytes: u8
§pbGeneralBytes: [u8; 48]
Trait Implementations§
§impl Clone for NFC_P2P_PARAM_CONFIG
impl Clone for NFC_P2P_PARAM_CONFIG
§fn clone(&self) -> NFC_P2P_PARAM_CONFIG
fn clone(&self) -> NFC_P2P_PARAM_CONFIG
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_P2P_PARAM_CONFIG
impl Debug for NFC_P2P_PARAM_CONFIG
§impl Default for NFC_P2P_PARAM_CONFIG
impl Default for NFC_P2P_PARAM_CONFIG
§impl PartialEq for NFC_P2P_PARAM_CONFIG
impl PartialEq for NFC_P2P_PARAM_CONFIG
impl Copy for NFC_P2P_PARAM_CONFIG
impl StructuralPartialEq for NFC_P2P_PARAM_CONFIG
Auto Trait Implementations§
impl Freeze for NFC_P2P_PARAM_CONFIG
impl RefUnwindSafe for NFC_P2P_PARAM_CONFIG
impl Send for NFC_P2P_PARAM_CONFIG
impl Sync for NFC_P2P_PARAM_CONFIG
impl Unpin for NFC_P2P_PARAM_CONFIG
impl UnwindSafe for NFC_P2P_PARAM_CONFIG
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