#[repr(C)]pub struct otSrpClientBuffersServiceEntry {
pub mService: otSrpClientService,
pub mTxtEntry: otDnsTxtEntry,
}
Expand description
Represents a SRP client service pool entry.
Fields§
§mService: otSrpClientService
< The SRP client service structure.
mTxtEntry: otDnsTxtEntry
< The SRP client TXT entry.
Trait Implementations§
Source§impl Clone for otSrpClientBuffersServiceEntry
impl Clone for otSrpClientBuffersServiceEntry
Source§fn clone(&self) -> otSrpClientBuffersServiceEntry
fn clone(&self) -> otSrpClientBuffersServiceEntry
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 moreimpl Copy for otSrpClientBuffersServiceEntry
Auto Trait Implementations§
impl Freeze for otSrpClientBuffersServiceEntry
impl RefUnwindSafe for otSrpClientBuffersServiceEntry
impl !Send for otSrpClientBuffersServiceEntry
impl !Sync for otSrpClientBuffersServiceEntry
impl Unpin for otSrpClientBuffersServiceEntry
impl UnwindSafe for otSrpClientBuffersServiceEntry
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
)