#[repr(C)]pub struct otDnsTxtEntryIterator {
pub mPtr: *const c_void,
pub mData: [u16; 2],
pub mChar: [c_char; 65],
}
Expand description
Represents an iterator for TXT record entries (key/value pairs).
The data fields in this structure are intended for use by OpenThread core and caller should not read or change them.
Fields§
§mPtr: *const c_void
§mData: [u16; 2]
§mChar: [c_char; 65]
Trait Implementations§
Source§impl Clone for otDnsTxtEntryIterator
impl Clone for otDnsTxtEntryIterator
Source§fn clone(&self) -> otDnsTxtEntryIterator
fn clone(&self) -> otDnsTxtEntryIterator
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 otDnsTxtEntryIterator
impl Debug for otDnsTxtEntryIterator
Source§impl Default for otDnsTxtEntryIterator
impl Default for otDnsTxtEntryIterator
impl Copy for otDnsTxtEntryIterator
Auto Trait Implementations§
impl Freeze for otDnsTxtEntryIterator
impl RefUnwindSafe for otDnsTxtEntryIterator
impl !Send for otDnsTxtEntryIterator
impl !Sync for otDnsTxtEntryIterator
impl Unpin for otDnsTxtEntryIterator
impl UnwindSafe for otDnsTxtEntryIterator
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
)