esp_idf_sys

Type Alias ip6_addr_p_t

Source
pub type ip6_addr_p_t = ip6_addr_packed;

Aliased Type§

struct ip6_addr_p_t {
    pub addr: [u32; 4],
}

Fields§

§addr: [u32; 4]

Trait Implementations

Source§

impl Clone for ip6_addr_packed

Source§

fn clone(&self) -> ip6_addr_packed

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_packed

Source§

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

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

impl Default for ip6_addr_packed

Source§

fn default() -> ip6_addr_packed

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

impl Copy for ip6_addr_packed