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