#[repr(C)]pub struct cec_event_lost_msgs {
pub lost_msgs: u32,
}Expand description
Tells you how many messages were lost.
Fields§
§lost_msgs: u32How many messages were lost.
Trait Implementations§
Source§impl Clone for cec_event_lost_msgs
impl Clone for cec_event_lost_msgs
Source§fn clone(&self) -> cec_event_lost_msgs
fn clone(&self) -> cec_event_lost_msgs
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 cec_event_lost_msgs
impl Debug for cec_event_lost_msgs
impl Copy for cec_event_lost_msgs
Auto Trait Implementations§
impl Freeze for cec_event_lost_msgs
impl RefUnwindSafe for cec_event_lost_msgs
impl Send for cec_event_lost_msgs
impl Sync for cec_event_lost_msgs
impl Unpin for cec_event_lost_msgs
impl UnsafeUnpin for cec_event_lost_msgs
impl UnwindSafe for cec_event_lost_msgs
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