Type Alias otMeshLocalPrefix

Source
pub type otMeshLocalPrefix = otIp6NetworkPrefix;
Expand description

@struct otIp6NetworkPrefix

Represents the Network Prefix of an IPv6 address (most significant 64 bits of the address).

Aliased Type§

#[repr(C, packed(1))]
pub struct otMeshLocalPrefix { pub m8: [u8; 8], }

Fields§

§m8: [u8; 8]

< The Network Prefix.