#[repr(C)]pub struct otBorderRoutingPrefixTableIterator {
pub mPtr1: *const c_void,
pub mPtr2: *const c_void,
pub mData32: u32,
}
Expand description
Represents an iterator to iterate through the Border Router’s discovered prefix table.
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 otBorderRoutingPrefixTableInitIterator()
.
Fields§
§mPtr1: *const c_void
§mPtr2: *const c_void
§mData32: u32
Trait Implementations§
Source§impl Clone for otBorderRoutingPrefixTableIterator
impl Clone for otBorderRoutingPrefixTableIterator
Source§fn clone(&self) -> otBorderRoutingPrefixTableIterator
fn clone(&self) -> otBorderRoutingPrefixTableIterator
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 otBorderRoutingPrefixTableIterator
Auto Trait Implementations§
impl Freeze for otBorderRoutingPrefixTableIterator
impl RefUnwindSafe for otBorderRoutingPrefixTableIterator
impl !Send for otBorderRoutingPrefixTableIterator
impl !Sync for otBorderRoutingPrefixTableIterator
impl Unpin for otBorderRoutingPrefixTableIterator
impl UnwindSafe for otBorderRoutingPrefixTableIterator
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
)