Struct ctru_sys::nwmBeaconDataReplyHeader
source · #[repr(C)]pub struct nwmBeaconDataReplyHeader {
pub maxsize: u32_,
pub size: u32_,
pub total_entries: u32_,
}
Expand description
General NWM output structure from AP scanning.
Fields§
§maxsize: u32_
§size: u32_
§total_entries: u32_
Trait Implementations§
source§impl Clone for nwmBeaconDataReplyHeader
impl Clone for nwmBeaconDataReplyHeader
source§fn clone(&self) -> nwmBeaconDataReplyHeader
fn clone(&self) -> nwmBeaconDataReplyHeader
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 nwmBeaconDataReplyHeader
impl Debug for nwmBeaconDataReplyHeader
source§impl Default for nwmBeaconDataReplyHeader
impl Default for nwmBeaconDataReplyHeader
source§fn default() -> nwmBeaconDataReplyHeader
fn default() -> nwmBeaconDataReplyHeader
Returns the “default value” for a type. Read more