#[repr(C)]pub struct otNat64ErrorCounters {
pub mCount4To6: [u64; 4],
pub mCount6To4: [u64; 4],
}
Expand description
Represents the counters of dropped packets due to errors when handling NAT64 packets.
Fields§
§mCount4To6: [u64; 4]
< Errors translating IPv4 packets.
mCount6To4: [u64; 4]
< Errors translating IPv6 packets.
Trait Implementations§
Source§impl Clone for otNat64ErrorCounters
impl Clone for otNat64ErrorCounters
Source§fn clone(&self) -> otNat64ErrorCounters
fn clone(&self) -> otNat64ErrorCounters
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 otNat64ErrorCounters
impl Debug for otNat64ErrorCounters
Source§impl Default for otNat64ErrorCounters
impl Default for otNat64ErrorCounters
Source§fn default() -> otNat64ErrorCounters
fn default() -> otNat64ErrorCounters
Returns the “default value” for a type. Read more
impl Copy for otNat64ErrorCounters
Auto Trait Implementations§
impl Freeze for otNat64ErrorCounters
impl RefUnwindSafe for otNat64ErrorCounters
impl Send for otNat64ErrorCounters
impl Sync for otNat64ErrorCounters
impl Unpin for otNat64ErrorCounters
impl UnwindSafe for otNat64ErrorCounters
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
)