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

#[repr(C)]
pub enum GstState { GST_STATE_VOID_PENDING, GST_STATE_NULL, GST_STATE_READY, GST_STATE_PAUSED, GST_STATE_PLAYING, }

Variants

Trait Implementations

impl Clone for GstState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GstState
[src]

impl Debug for GstState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstState

impl Sync for GstState