#[repr(C)]pub struct otCacheEntryIterator {
pub mData: [*const c_void; 2],
}
Expand description
Represents an iterator used for iterating through the EID cache table entries.
To initialize the iterator and start from the first entry in the cache table, set all its fields in the structure to
zero (e.g., memset
the iterator to zero).
Fields§
§mData: [*const c_void; 2]
< Opaque data used by the core implementation. Should not be changed by user.
Trait Implementations§
Source§impl Clone for otCacheEntryIterator
impl Clone for otCacheEntryIterator
Source§fn clone(&self) -> otCacheEntryIterator
fn clone(&self) -> otCacheEntryIterator
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 Debug for otCacheEntryIterator
impl Debug for otCacheEntryIterator
Source§impl Default for otCacheEntryIterator
impl Default for otCacheEntryIterator
impl Copy for otCacheEntryIterator
Auto Trait Implementations§
impl Freeze for otCacheEntryIterator
impl RefUnwindSafe for otCacheEntryIterator
impl !Send for otCacheEntryIterator
impl !Sync for otCacheEntryIterator
impl Unpin for otCacheEntryIterator
impl UnwindSafe for otCacheEntryIterator
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
)