esp_idf_sys

Type Alias ip6_addr_t

Source
pub type ip6_addr_t = ip6_addr;
Expand description

IPv6 address

Aliased Type§

struct ip6_addr_t {
    pub addr: [u32; 4],
    pub zone: u8,
}

Fields§

§addr: [u32; 4]§zone: u8

Trait Implementations

Source§

impl Clone for ip6_addr

Source§

fn clone(&self) -> ip6_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 Debug for ip6_addr

Source§

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

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

impl Default for ip6_addr

Source§

fn default() -> ip6_addr

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

impl Copy for ip6_addr