Struct ctru_sys::nwmScanInputStruct
source · #[repr(C)]pub struct nwmScanInputStruct {
pub unk_x0: u16_,
pub unk_x2: u16_,
pub unk_x4: u16_,
pub unk_x6: u16_,
pub mac_address: [u8_; 6],
pub unk_xe: [u8_; 38],
}
Expand description
General NWM input structure used for AP scanning.
Fields§
§unk_x0: u16_
§unk_x2: u16_
§unk_x4: u16_
§unk_x6: u16_
§mac_address: [u8_; 6]
§unk_xe: [u8_; 38]
Trait Implementations§
source§impl Clone for nwmScanInputStruct
impl Clone for nwmScanInputStruct
source§fn clone(&self) -> nwmScanInputStruct
fn clone(&self) -> nwmScanInputStruct
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