#[repr(C)]pub struct otDnsAddressResponse { /* private fields */ }
Trait Implementations§
Source§impl Clone for otDnsAddressResponse
impl Clone for otDnsAddressResponse
Source§fn clone(&self) -> otDnsAddressResponse
fn clone(&self) -> otDnsAddressResponse
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 otDnsAddressResponse
impl Debug for otDnsAddressResponse
impl Copy for otDnsAddressResponse
Auto Trait Implementations§
impl Freeze for otDnsAddressResponse
impl RefUnwindSafe for otDnsAddressResponse
impl Send for otDnsAddressResponse
impl Sync for otDnsAddressResponse
impl Unpin for otDnsAddressResponse
impl UnwindSafe for otDnsAddressResponse
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