Struct gstreamer_video::StillFrameEvent[][src]

pub struct StillFrameEvent {
    pub in_still: bool,
}

Fields

Trait Implementations

impl Clone for StillFrameEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StillFrameEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StillFrameEvent
[src]

impl Debug for StillFrameEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StillFrameEvent

impl Sync for StillFrameEvent