Struct gstreamer_video::video_event::UpstreamForceKeyUnitEvent [−][src]
pub struct UpstreamForceKeyUnitEvent { pub running_time: Option<ClockTime>, pub all_headers: bool, pub count: u32, }
Fields
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 UpstreamForceKeyUnitEvent
impl Send for UpstreamForceKeyUnitEvent
impl Sync for UpstreamForceKeyUnitEvent
impl Unpin for UpstreamForceKeyUnitEvent
impl UnwindSafe for UpstreamForceKeyUnitEvent
Blanket Implementations
Mutably borrows from an owned value. Read more