Enum gstreamer::IteratorError [−][src]
pub enum IteratorError { Resync, Error, }
Variants
Resync
Error
Trait Implementations
impl Clone for IteratorError
[src]
impl Clone for IteratorError
fn clone(&self) -> IteratorError
[src]
fn clone(&self) -> IteratorError
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 IteratorError
[src]
impl Copy for IteratorError
impl Debug for IteratorError
[src]
impl Debug for IteratorError
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 IteratorError
[src]
impl Eq for IteratorError
impl PartialEq for IteratorError
[src]
impl PartialEq for IteratorError
fn eq(&self, other: &IteratorError) -> bool
[src]
fn eq(&self, other: &IteratorError) -> 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 IteratorError
[src]
impl Hash for IteratorError
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 IteratorError
[src]
impl Display for IteratorError
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 IteratorError
[src]
impl Error for IteratorError
Auto Trait Implementations
impl Send for IteratorError
impl Send for IteratorError
impl Sync for IteratorError
impl Sync for IteratorError