Struct gstreamer_video::StillFrameEvent [−][src]
pub struct StillFrameEvent {
pub in_still: bool,
}Fields
in_still: bool
Trait Implementations
impl Clone for StillFrameEvent[src]
impl Clone for StillFrameEventfn clone(&self) -> StillFrameEvent[src]
fn clone(&self) -> StillFrameEventReturns 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 StillFrameEvent[src]
impl PartialEq for StillFrameEventfn eq(&self, other: &StillFrameEvent) -> bool[src]
fn eq(&self, other: &StillFrameEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StillFrameEvent) -> bool[src]
fn ne(&self, other: &StillFrameEvent) -> boolThis method tests for !=.
impl Eq for StillFrameEvent[src]
impl Eq for StillFrameEventimpl Debug for StillFrameEvent[src]
impl Debug for StillFrameEventAuto Trait Implementations
impl Send for StillFrameEvent
impl Send for StillFrameEventimpl Sync for StillFrameEvent
impl Sync for StillFrameEvent