#[repr(C)]pub struct bert_results_t {
pub total_bits: c_int,
pub bad_bits: c_int,
pub resyncs: c_int,
}Expand description
Bit error rate tester (BERT) results descriptor. This is used to report the results of a BER test.
Fields§
§total_bits: c_int§bad_bits: c_int§resyncs: c_intTrait Implementations§
Source§impl Clone for bert_results_t
impl Clone for bert_results_t
Source§fn clone(&self) -> bert_results_t
fn clone(&self) -> bert_results_t
Returns a duplicate 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 bert_results_t
impl Debug for bert_results_t
Source§impl Default for bert_results_t
impl Default for bert_results_t
Source§fn default() -> bert_results_t
fn default() -> bert_results_t
Returns the “default value” for a type. Read more
impl Copy for bert_results_t
Auto Trait Implementations§
impl Freeze for bert_results_t
impl RefUnwindSafe for bert_results_t
impl Send for bert_results_t
impl Sync for bert_results_t
impl Unpin for bert_results_t
impl UnwindSafe for bert_results_t
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