pub struct AdminCounters {
pub unauthorized: u32,
pub not_unicast: u32,
pub oversize: u32,
pub busy: u32,
pub responses_dropped: u32,
}Expand description
What the binding refused, for a device that has to explain itself without having answered anybody.
Fields§
Requests from a node that is not a listed administrator, or whose source the MAC could not authenticate.
not_unicast: u32Requests that arrived by multicast or broadcast.
oversize: u32Requests larger than this device’s payload ceiling.
busy: u32Requests that arrived while another exchange was in flight.
responses_dropped: u32Response payloads, which a device never solicits.
Trait Implementations§
Source§impl Clone for AdminCounters
impl Clone for AdminCounters
Source§fn clone(&self) -> AdminCounters
fn clone(&self) -> AdminCounters
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 AdminCounters
impl Debug for AdminCounters
Source§impl Default for AdminCounters
impl Default for AdminCounters
Source§fn default() -> AdminCounters
fn default() -> AdminCounters
Returns the “default value” for a type. Read more
Source§impl PartialEq for AdminCounters
impl PartialEq for AdminCounters
impl Copy for AdminCounters
impl Eq for AdminCounters
impl StructuralPartialEq for AdminCounters
Auto Trait Implementations§
impl Freeze for AdminCounters
impl RefUnwindSafe for AdminCounters
impl Send for AdminCounters
impl Sync for AdminCounters
impl Unpin for AdminCounters
impl UnwindSafe for AdminCounters
Blanket Implementations§
§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)