#[repr(C)]pub struct wifi_prov_config_get_data_t {
    pub wifi_state: u32,
    pub __bindgen_anon_1: wifi_prov_config_get_data_t__bindgen_ty_1,
}Expand description
@brief   WiFi status data to be sent in response to get_status request from master
Fields§
§wifi_state: u32< WiFi state of the station
__bindgen_anon_1: wifi_prov_config_get_data_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for wifi_prov_config_get_data_t
 
impl Clone for wifi_prov_config_get_data_t
Source§fn clone(&self) -> wifi_prov_config_get_data_t
 
fn clone(&self) -> wifi_prov_config_get_data_t
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 Default for wifi_prov_config_get_data_t
 
impl Default for wifi_prov_config_get_data_t
Source§fn default() -> wifi_prov_config_get_data_t
 
fn default() -> wifi_prov_config_get_data_t
Returns the “default value” for a type. Read more
impl Copy for wifi_prov_config_get_data_t
Auto Trait Implementations§
impl Freeze for wifi_prov_config_get_data_t
impl RefUnwindSafe for wifi_prov_config_get_data_t
impl Send for wifi_prov_config_get_data_t
impl Sync for wifi_prov_config_get_data_t
impl Unpin for wifi_prov_config_get_data_t
impl UnwindSafe for wifi_prov_config_get_data_t
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, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)