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: boolcount: u32Implementations
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 UpstreamForceKeyUnitEventimpl Send for UpstreamForceKeyUnitEventimpl Sync for UpstreamForceKeyUnitEventimpl Unpin for UpstreamForceKeyUnitEventimpl UnwindSafe for UpstreamForceKeyUnitEventBlanket Implementations
Mutably borrows from an owned value. Read more