#[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 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 nwmScanInputStruct
impl Debug for nwmScanInputStruct
Source§impl Default for nwmScanInputStruct
impl Default for nwmScanInputStruct
impl Copy for nwmScanInputStruct
Auto Trait Implementations§
impl Freeze for nwmScanInputStruct
impl RefUnwindSafe for nwmScanInputStruct
impl Send for nwmScanInputStruct
impl Sync for nwmScanInputStruct
impl Unpin for nwmScanInputStruct
impl UnwindSafe for nwmScanInputStruct
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)