#[repr(C)]pub struct otPacketsAndBytes {
pub mPackets: u64,
pub mBytes: u64,
}
Expand description
Represents the counters for packets and bytes.
Fields§
§mPackets: u64
< The number of packets.
mBytes: u64
< The number of bytes.
Trait Implementations§
Source§impl Clone for otPacketsAndBytes
impl Clone for otPacketsAndBytes
Source§fn clone(&self) -> otPacketsAndBytes
fn clone(&self) -> otPacketsAndBytes
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 otPacketsAndBytes
impl Debug for otPacketsAndBytes
Source§impl Default for otPacketsAndBytes
impl Default for otPacketsAndBytes
Source§fn default() -> otPacketsAndBytes
fn default() -> otPacketsAndBytes
Returns the “default value” for a type. Read more
impl Copy for otPacketsAndBytes
Auto Trait Implementations§
impl Freeze for otPacketsAndBytes
impl RefUnwindSafe for otPacketsAndBytes
impl Send for otPacketsAndBytes
impl Sync for otPacketsAndBytes
impl Unpin for otPacketsAndBytes
impl UnwindSafe for otPacketsAndBytes
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
)