#[repr(C, packed(1))]pub struct otIp6NetworkPrefix {
pub m8: [u8; 8],
}
Expand description
@struct otIp6NetworkPrefix
Represents the Network Prefix of an IPv6 address (most significant 64 bits of the address).
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 · Source§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
impl Copy for otIp6NetworkPrefix
Auto Trait Implementations§
impl Freeze for otIp6NetworkPrefix
impl RefUnwindSafe for otIp6NetworkPrefix
impl Send for otIp6NetworkPrefix
impl Sync for otIp6NetworkPrefix
impl Unpin for otIp6NetworkPrefix
impl UnwindSafe for otIp6NetworkPrefix
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)