#[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 duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for otSrpClientBuffersServiceEntry
impl Debug for otSrpClientBuffersServiceEntry
Source§impl Default for otSrpClientBuffersServiceEntry
impl Default for otSrpClientBuffersServiceEntry
impl 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 UnsafeUnpin for otSrpClientBuffersServiceEntry
impl UnwindSafe for otSrpClientBuffersServiceEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)