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