#[repr(C)]pub struct otNat64AddressMappingIterator {
pub mPtr: *mut c_void,
}
Expand description
Used to iterate through NAT64 address mappings.
The fields in this type are opaque (intended for use by OpenThread core only) and therefore should not be accessed or used by caller.
Before using an iterator, it MUST be initialized using otNat64AddressMappingIteratorInit()
.
Fields§
§mPtr: *mut c_void
Trait Implementations§
Source§impl Clone for otNat64AddressMappingIterator
impl Clone for otNat64AddressMappingIterator
Source§fn clone(&self) -> otNat64AddressMappingIterator
fn clone(&self) -> otNat64AddressMappingIterator
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 moreimpl Copy for otNat64AddressMappingIterator
Auto Trait Implementations§
impl Freeze for otNat64AddressMappingIterator
impl RefUnwindSafe for otNat64AddressMappingIterator
impl !Send for otNat64AddressMappingIterator
impl !Sync for otNat64AddressMappingIterator
impl Unpin for otNat64AddressMappingIterator
impl UnwindSafe for otNat64AddressMappingIterator
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
)