Struct ctru_sys::NFC_AppDataInitStruct
source · #[repr(C)]pub struct NFC_AppDataInitStruct {
pub data_x0: [u8_; 12],
pub data_xc: [u8_; 48],
}
Expand description
Used by nfcInitializeWriteAppData() internally, see also here: https://3dbrew.org/wiki/NFC:GetAppDataInitStruct
Fields§
§data_x0: [u8_; 12]
§data_xc: [u8_; 48]
Trait Implementations§
source§impl Clone for NFC_AppDataInitStruct
impl Clone for NFC_AppDataInitStruct
source§fn clone(&self) -> NFC_AppDataInitStruct
fn clone(&self) -> NFC_AppDataInitStruct
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 more