#[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 duplicate 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
impl Copy for nwmBeaconDataReplyEntry
Auto Trait Implementations§
impl Freeze for nwmBeaconDataReplyEntry
impl RefUnwindSafe for nwmBeaconDataReplyEntry
impl Send for nwmBeaconDataReplyEntry
impl Sync for nwmBeaconDataReplyEntry
impl Unpin for nwmBeaconDataReplyEntry
impl UnwindSafe for nwmBeaconDataReplyEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)