esp_idf_sys

Type Alias wifi_prov_ctx_t

Source
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

Source§

fn clone(&self) -> wifi_prov_ctx

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for wifi_prov_ctx

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for wifi_prov_ctx