#[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§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
Source§fn default() -> otIp6AddressComponents
fn default() -> otIp6AddressComponents
Returns the “default value” for a type. Read more
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)