#[repr(C)]pub struct cec_event {
pub ts: Timestamp,
pub event: u32,
pub flags: CEC_EVENT_FL,
pub data: cec_event_union,
}Expand description
CEC event structure
Fields§
§ts: TimestampThe timestamp of when the event was sent.
event: u32The event.
flags: CEC_EVENT_FLEvent flags.
data: cec_event_unionTrait Implementations§
Auto Trait Implementations§
impl Freeze for cec_event
impl RefUnwindSafe for cec_event
impl Send for cec_event
impl Sync for cec_event
impl Unpin for cec_event
impl UnsafeUnpin for cec_event
impl UnwindSafe for cec_event
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