Struct libcec_sys::cec_adapter_stats
source · [−]#[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_uinttx_nack: c_uinttx_error: c_uintrx_total: c_uintrx_error: c_uintTrait Implementations
sourceimpl Clone for cec_adapter_stats
impl Clone for cec_adapter_stats
sourcefn clone(&self) -> cec_adapter_stats
fn clone(&self) -> cec_adapter_stats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for cec_adapter_stats
impl Debug for cec_adapter_stats
impl Copy for cec_adapter_stats
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more