Enum gstreamer::FlowError [−][src]
#[must_use]pub enum FlowError { NotLinked, Flushing, Eos, NotNegotiated, Error, NotSupported, CustomError, CustomError1, CustomError2, }
Variants
NotLinkedFlushingEosNotNegotiatedErrorNotSupportedCustomErrorCustomError1CustomError2
Trait Implementations
impl Clone for FlowError[src]
impl Clone for FlowErrorfn clone(&self) -> FlowError[src]
fn clone(&self) -> FlowErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for FlowError[src]
impl Copy for FlowErrorimpl Debug for FlowError[src]
impl Debug for FlowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FlowError[src]
impl Eq for FlowErrorimpl PartialEq for FlowError[src]
impl PartialEq for FlowErrorfn eq(&self, other: &FlowError) -> bool[src]
fn eq(&self, other: &FlowError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for FlowError[src]
impl Hash for FlowErrorfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Display for FlowError[src]
impl Display for FlowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for FlowError[src]
impl Error for FlowError