#[repr(C, packed(1))]pub struct otIp6AddressComponents {
pub mNetworkPrefix: otIp6NetworkPrefix,
pub mIid: otIp6InterfaceIdentifier,
}
Expand description
@struct otIp6AddressComponents
Represents the components of an IPv6 address.
Fields§
§mNetworkPrefix: otIp6NetworkPrefix
< The Network Prefix (most significant 64 bits of the address)
mIid: otIp6InterfaceIdentifier
< The Interface Identifier (least significant 64 bits of the address)
Trait Implementations§
Source§impl Clone for otIp6AddressComponents
impl Clone for otIp6AddressComponents
Source§fn clone(&self) -> otIp6AddressComponents
fn clone(&self) -> otIp6AddressComponents
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 Default for otIp6AddressComponents
impl Default for otIp6AddressComponents
impl Copy for otIp6AddressComponents
Auto Trait Implementations§
impl Freeze for otIp6AddressComponents
impl RefUnwindSafe for otIp6AddressComponents
impl Send for otIp6AddressComponents
impl Sync for otIp6AddressComponents
impl Unpin for otIp6AddressComponents
impl UnwindSafe for otIp6AddressComponents
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
)