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