Struct gstreamer_video::UpstreamForceKeyUnitEvent [−][src]
pub struct UpstreamForceKeyUnitEvent {
pub running_time: ClockTime,
pub all_headers: bool,
pub count: u32,
}Fields
running_time: ClockTime
all_headers: bool
count: u32
Trait Implementations
impl Clone for UpstreamForceKeyUnitEvent[src]
impl Clone for UpstreamForceKeyUnitEventfn clone(&self) -> UpstreamForceKeyUnitEvent[src]
fn clone(&self) -> UpstreamForceKeyUnitEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for UpstreamForceKeyUnitEvent[src]
impl PartialEq for UpstreamForceKeyUnitEventfn eq(&self, other: &UpstreamForceKeyUnitEvent) -> bool[src]
fn eq(&self, other: &UpstreamForceKeyUnitEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UpstreamForceKeyUnitEvent) -> bool[src]
fn ne(&self, other: &UpstreamForceKeyUnitEvent) -> boolThis method tests for !=.
impl Eq for UpstreamForceKeyUnitEvent[src]
impl Eq for UpstreamForceKeyUnitEventimpl Debug for UpstreamForceKeyUnitEvent[src]
impl Debug for UpstreamForceKeyUnitEventAuto Trait Implementations
impl Send for UpstreamForceKeyUnitEvent
impl Send for UpstreamForceKeyUnitEventimpl Sync for UpstreamForceKeyUnitEvent
impl Sync for UpstreamForceKeyUnitEvent