esp_idf_hal::sys

Type Alias otMeshLocalPrefix

Source
pub type otMeshLocalPrefix = otIp6NetworkPrefix;
Expand description

Represents a Mesh Local Prefix.

Aliased Type§

struct otMeshLocalPrefix {
    pub m8: [u8; 8],
}

Fields§

§m8: [u8; 8]

< The Network Prefix.

Trait Implementations

Source§

impl Clone for otIp6NetworkPrefix

Source§

fn clone(&self) -> otIp6NetworkPrefix

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 otIp6NetworkPrefix

Source§

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

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

impl Default for otIp6NetworkPrefix

Source§

fn default() -> otIp6NetworkPrefix

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

impl Copy for otIp6NetworkPrefix