esp_idf_sys

Type Alias esp_netif_t

Source
pub type esp_netif_t = esp_netif_obj;

Aliased Type§

struct esp_netif_t { /* private fields */ }

Trait Implementations

Source§

impl Clone for esp_netif_obj

Source§

fn clone(&self) -> esp_netif_obj

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 esp_netif_obj

Source§

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

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

impl Copy for esp_netif_obj