pub struct DecodeDiagnostics {
pub decode_errors: usize,
pub zero_channel_packets: usize,
pub truncated_frames: usize,
}Fields§
§decode_errors: usize§zero_channel_packets: usize§truncated_frames: usizeTrait Implementations§
Source§impl Clone for DecodeDiagnostics
impl Clone for DecodeDiagnostics
Source§fn clone(&self) -> DecodeDiagnostics
fn clone(&self) -> DecodeDiagnostics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DecodeDiagnostics
impl Debug for DecodeDiagnostics
Source§impl Default for DecodeDiagnostics
impl Default for DecodeDiagnostics
Source§fn default() -> DecodeDiagnostics
fn default() -> DecodeDiagnostics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeDiagnostics
impl RefUnwindSafe for DecodeDiagnostics
impl Send for DecodeDiagnostics
impl Sync for DecodeDiagnostics
impl Unpin for DecodeDiagnostics
impl UnsafeUnpin for DecodeDiagnostics
impl UnwindSafe for DecodeDiagnostics
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