Enum gstreamer::FlowError [−][src]
#[must_use]pub enum FlowError { NotLinked, Flushing, Eos, NotNegotiated, Error, NotSupported, CustomError, CustomError1, CustomError2, }
Variants
NotLinked
Flushing
Eos
NotNegotiated
Error
NotSupported
CustomError
CustomError1
CustomError2
Trait Implementations
impl Clone for FlowError
[src]
impl Clone for FlowError
fn clone(&self) -> FlowError
[src]
fn clone(&self) -> FlowError
Returns 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 FlowError
impl Debug for FlowError
[src]
impl Debug for FlowError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for FlowError
[src]
impl Eq for FlowError
impl PartialEq for FlowError
[src]
impl PartialEq for FlowError
fn eq(&self, other: &FlowError) -> bool
[src]
fn eq(&self, other: &FlowError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for FlowError
[src]
impl Hash for FlowError
fn 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 FlowError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for FlowError
[src]
impl Error for FlowError