Struct gstreamer::StateChangeError [−][src]
#[must_use]pub struct StateChangeError;
Trait Implementations
impl Clone for StateChangeError
[src]
impl Clone for StateChangeError
fn clone(&self) -> StateChangeError
[src]
fn clone(&self) -> StateChangeError
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 StateChangeError
[src]
impl Copy for StateChangeError
impl Debug for StateChangeError
[src]
impl Debug for StateChangeError
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 StateChangeError
[src]
impl Eq for StateChangeError
impl PartialEq for StateChangeError
[src]
impl PartialEq for StateChangeError
fn eq(&self, other: &StateChangeError) -> bool
[src]
fn eq(&self, other: &StateChangeError) -> 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 StateChangeError
[src]
impl Hash for StateChangeError
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 StateChangeError
[src]
impl Display for StateChangeError
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 StateChangeError
[src]
impl Error for StateChangeError
Auto Trait Implementations
impl Send for StateChangeError
impl Send for StateChangeError
impl Sync for StateChangeError
impl Sync for StateChangeError