pub type wifi_prov_ctx_t = wifi_prov_ctx;
Expand description
@brief Type of context data passed to each get/set/apply handler
function set in wifi_prov_config_handlers
structure.
This is passed as an opaque pointer, thereby allowing it be defined later in application code as per requirements.
Aliased Type§
struct wifi_prov_ctx_t { /* private fields */ }
Trait Implementations
Source§impl Clone for wifi_prov_ctx
impl Clone for wifi_prov_ctx
Source§fn clone(&self) -> wifi_prov_ctx
fn clone(&self) -> wifi_prov_ctx
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 more