Struct ctru_sys::NFC_AppDataWriteStruct
source · #[repr(C)]pub struct NFC_AppDataWriteStruct {
pub id: [u8_; 10],
pub id_size: u8_,
pub unused_xb: [u8_; 21],
}
Expand description
Used by nfcWriteAppData() internally, see also: https://3dbrew.org/wiki/NFC:WriteAppData
Fields§
§id: [u8_; 10]
§id_size: u8_
§unused_xb: [u8_; 21]
Trait Implementations§
source§impl Clone for NFC_AppDataWriteStruct
impl Clone for NFC_AppDataWriteStruct
source§fn clone(&self) -> NFC_AppDataWriteStruct
fn clone(&self) -> NFC_AppDataWriteStruct
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NFC_AppDataWriteStruct
impl Debug for NFC_AppDataWriteStruct
source§impl Default for NFC_AppDataWriteStruct
impl Default for NFC_AppDataWriteStruct
source§fn default() -> NFC_AppDataWriteStruct
fn default() -> NFC_AppDataWriteStruct
Returns the “default value” for a type. Read more