#[repr(C, packed(1))]pub struct otIp6InterfaceIdentifier {
pub mFields: otIp6InterfaceIdentifier__bindgen_ty_1,
}
Expand description
@struct otIp6InterfaceIdentifier
Represents the Interface Identifier of an IPv6 address.
Fields§
§mFields: otIp6InterfaceIdentifier__bindgen_ty_1
< The Interface Identifier accessor fields
Trait Implementations§
Source§impl Clone for otIp6InterfaceIdentifier
impl Clone for otIp6InterfaceIdentifier
Source§fn clone(&self) -> otIp6InterfaceIdentifier
fn clone(&self) -> otIp6InterfaceIdentifier
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 otIp6InterfaceIdentifier
impl Default for otIp6InterfaceIdentifier
impl Copy for otIp6InterfaceIdentifier
Auto Trait Implementations§
impl Freeze for otIp6InterfaceIdentifier
impl RefUnwindSafe for otIp6InterfaceIdentifier
impl Send for otIp6InterfaceIdentifier
impl Sync for otIp6InterfaceIdentifier
impl Unpin for otIp6InterfaceIdentifier
impl UnwindSafe for otIp6InterfaceIdentifier
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
)