#[repr(C)]pub struct otSrpServerResponseCounters {
pub mSuccess: u32,
pub mServerFailure: u32,
pub mFormatError: u32,
pub mNameExists: u32,
pub mRefused: u32,
pub mOther: u32,
}
Expand description
Includes the statistics of SRP server responses.
Fields§
§mSuccess: u32
< The number of successful responses.
mServerFailure: u32
< The number of server failure responses.
mFormatError: u32
< The number of format error responses.
mNameExists: u32
< The number of ‘name exists’ responses.
mRefused: u32
< The number of refused responses.
mOther: u32
< The number of other responses.
Trait Implementations§
Source§impl Clone for otSrpServerResponseCounters
impl Clone for otSrpServerResponseCounters
Source§fn clone(&self) -> otSrpServerResponseCounters
fn clone(&self) -> otSrpServerResponseCounters
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 otSrpServerResponseCounters
impl Debug for otSrpServerResponseCounters
Source§impl Default for otSrpServerResponseCounters
impl Default for otSrpServerResponseCounters
Source§fn default() -> otSrpServerResponseCounters
fn default() -> otSrpServerResponseCounters
Returns the “default value” for a type. Read more
impl Copy for otSrpServerResponseCounters
Auto Trait Implementations§
impl Freeze for otSrpServerResponseCounters
impl RefUnwindSafe for otSrpServerResponseCounters
impl Send for otSrpServerResponseCounters
impl Sync for otSrpServerResponseCounters
impl Unpin for otSrpServerResponseCounters
impl UnwindSafe for otSrpServerResponseCounters
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
)