Struct ctru_sys::NFC_TagInfo
source · #[repr(C)]pub struct NFC_TagInfo {
pub id_offset_size: u16_,
pub unk_x2: u8_,
pub unk_x3: u8_,
pub id: [u8_; 40],
}
Fields§
§id_offset_size: u16_
§unk_x2: u8_
“u16 size/offset of the below ID data. Normally this is 0x7. When this is <=10, this field is the size of the below ID data. When this is >10, this is the offset of the 10-byte ID data, relative to structstart+4+
unk_x3: u8_
§id: [u8_; 40]
Trait Implementations§
source§impl Clone for NFC_TagInfo
impl Clone for NFC_TagInfo
source§fn clone(&self) -> NFC_TagInfo
fn clone(&self) -> NFC_TagInfo
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