Struct gstreamer_video::video_event::StillFrameEvent [−][src]
pub struct StillFrameEvent { pub in_still: bool, }
Fields
in_still: bool
Implementations
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 StillFrameEvent
impl Send for StillFrameEvent
impl Sync for StillFrameEvent
impl Unpin for StillFrameEvent
impl UnwindSafe for StillFrameEvent
Blanket Implementations
Mutably borrows from an owned value. Read more