Enum gst::ffi::GstState [] [src]

pub enum GstState {
    GST_STATE_VOID_PENDING,
    GST_STATE_NULL,
    GST_STATE_READY,
    GST_STATE_PAUSED,
    GST_STATE_PLAYING,
}

Variants

GST_STATE_VOID_PENDINGGST_STATE_NULLGST_STATE_READYGST_STATE_PAUSEDGST_STATE_PLAYING

Trait Implementations

impl Debug for GstState
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for GstState
[src]

impl Clone for GstState
[src]

fn clone(&self) -> GstState

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more