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
impl Clone for otIp6NetworkPrefix
Source§fn clone(&self) -> otIp6NetworkPrefix
fn clone(&self) -> otIp6NetworkPrefix
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for otIp6NetworkPrefix
impl Debug for otIp6NetworkPrefix
Source§impl Default for otIp6NetworkPrefix
impl Default for otIp6NetworkPrefix
Source§fn default() -> otIp6NetworkPrefix
fn default() -> otIp6NetworkPrefix
Returns the “default value” for a type. Read more