Enum gstreamer_sys::GstCoreError [] [src]

#[repr(C)]
pub enum GstCoreError { Failed, TooLazy, NotImplemented, StateChange, Pad, Thread, Negotiation, Event, Seek, Caps, Tag, MissingPlugin, Clock, Disabled, NumErrors, }

Variants

Trait Implementations

impl Clone for GstCoreError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GstCoreError
[src]

impl Debug for GstCoreError
[src]

[src]

Formats the value using the given formatter.

impl Eq for GstCoreError
[src]

impl PartialEq for GstCoreError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.