Struct ctru_sys::nwmBeaconDataReplyEntry
source · #[repr(C)]pub struct nwmBeaconDataReplyEntry {
pub size: u32_,
pub unk_x4: u8_,
pub channel: u8_,
pub unk_x6: u8_,
pub unk_x7: u8_,
pub mac_address: [u8_; 6],
pub unk_xe: [u8_; 6],
pub unk_x14: u32_,
pub val_x1c: u32_,
}
Expand description
General NWM output structure from AP scanning, for each entry.
Fields§
§size: u32_
§unk_x4: u8_
§channel: u8_
§unk_x6: u8_
§unk_x7: u8_
§mac_address: [u8_; 6]
§unk_xe: [u8_; 6]
§unk_x14: u32_
§val_x1c: u32_
Trait Implementations§
source§impl Clone for nwmBeaconDataReplyEntry
impl Clone for nwmBeaconDataReplyEntry
source§fn clone(&self) -> nwmBeaconDataReplyEntry
fn clone(&self) -> nwmBeaconDataReplyEntry
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 nwmBeaconDataReplyEntry
impl Debug for nwmBeaconDataReplyEntry
source§impl Default for nwmBeaconDataReplyEntry
impl Default for nwmBeaconDataReplyEntry
source§fn default() -> nwmBeaconDataReplyEntry
fn default() -> nwmBeaconDataReplyEntry
Returns the “default value” for a type. Read more