Struct gstreamer_video::video_event::DownstreamForceKeyUnitEvent [−][src]
pub struct DownstreamForceKeyUnitEvent { pub timestamp: Option<ClockTime>, pub stream_time: Option<ClockTime>, pub running_time: Option<ClockTime>, pub all_headers: bool, pub count: u32, }
Fields
timestamp: Option<ClockTime>
stream_time: Option<ClockTime>
running_time: Option<ClockTime>
all_headers: bool
count: u32
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DownstreamForceKeyUnitEvent
impl Send for DownstreamForceKeyUnitEvent
impl Sync for DownstreamForceKeyUnitEvent
impl Unpin for DownstreamForceKeyUnitEvent
impl UnwindSafe for DownstreamForceKeyUnitEvent
Blanket Implementations
Mutably borrows from an owned value. Read more