#[repr(C)]pub struct cec_adapter_stats {
pub tx_ack: c_uint,
pub tx_nack: c_uint,
pub tx_error: c_uint,
pub rx_total: c_uint,
pub rx_error: c_uint,
}Fields§
§tx_ack: c_uint§tx_nack: c_uint§tx_error: c_uint§rx_total: c_uint§rx_error: c_uintTrait Implementations§
Source§impl Clone for cec_adapter_stats
impl Clone for cec_adapter_stats
Source§fn clone(&self) -> cec_adapter_stats
fn clone(&self) -> cec_adapter_stats
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 cec_adapter_stats
impl Debug for cec_adapter_stats
Source§impl Default for cec_adapter_stats
impl Default for cec_adapter_stats
Source§fn default() -> cec_adapter_stats
fn default() -> cec_adapter_stats
Returns the “default value” for a type. Read more
impl Copy for cec_adapter_stats
Auto Trait Implementations§
impl Freeze for cec_adapter_stats
impl RefUnwindSafe for cec_adapter_stats
impl Send for cec_adapter_stats
impl Sync for cec_adapter_stats
impl Unpin for cec_adapter_stats
impl UnwindSafe for cec_adapter_stats
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