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