[−][src]Struct openthread_sys::otDnsQuery
This structure implements DNS Query parameters.
Fields
mHostname: *const c_char< Identifies hostname to be found. It shall not change during resolving.
mMessageInfo: *const otMessageInfo< A reference to the message info related with DNS Server.
mNoRecursion: bool< If cleared, it directs name server to pursue the query recursively.
Trait Implementations
impl Clone for otDnsQuery[src]
fn clone(&self) -> otDnsQuery[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for otDnsQuery[src]
impl Debug for otDnsQuery[src]
Auto Trait Implementations
impl RefUnwindSafe for otDnsQuery
impl !Send for otDnsQuery
impl !Sync for otDnsQuery
impl Unpin for otDnsQuery
impl UnwindSafe for otDnsQuery
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,