esp_idf_sys

Type Alias ip_addr_t

Source
pub type ip_addr_t = ip_addr;
Expand description

@ingroup ipaddr A union struct for both IP version’s addresses. ATTENTION: watch out for its size when adding IPv6 address scope!

Aliased Type§

struct ip_addr_t {
    pub u_addr: ip_addr__bindgen_ty_1,
    pub type_: u8,
}

Fields§

§u_addr: ip_addr__bindgen_ty_1§type_: u8

@ref lwip_ip_addr_type

Trait Implementations

Source§

impl Clone for ip_addr

Source§

fn clone(&self) -> ip_addr

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 Default for ip_addr

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for ip_addr