Enum gstreamer_video::video_event::ForceKeyUnitEvent [−][src]
pub enum ForceKeyUnitEvent { Downstream(DownstreamForceKeyUnitEvent), Upstream(UpstreamForceKeyUnitEvent), }
Variants
Downstream(DownstreamForceKeyUnitEvent)
Upstream(UpstreamForceKeyUnitEvent)
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 ForceKeyUnitEvent
impl Send for ForceKeyUnitEvent
impl Sync for ForceKeyUnitEvent
impl Unpin for ForceKeyUnitEvent
impl UnwindSafe for ForceKeyUnitEvent
Blanket Implementations
Mutably borrows from an owned value. Read more