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