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 ForceKeyUnitEventimpl Send for ForceKeyUnitEventimpl Sync for ForceKeyUnitEventimpl Unpin for ForceKeyUnitEventimpl UnwindSafe for ForceKeyUnitEventBlanket Implementations
Mutably borrows from an owned value. Read more