Enum gstreamer::PadLinkError [−][src]
#[must_use]pub enum PadLinkError { WrongHierarchy, WasLinked, WrongDirection, Noformat, Nosched, Refused, }
Variants
WrongHierarchyWasLinkedWrongDirectionNoformatNoschedRefused
Trait Implementations
impl Clone for PadLinkError[src]
impl Clone for PadLinkErrorfn clone(&self) -> PadLinkError[src]
fn clone(&self) -> PadLinkErrorReturns 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 PadLinkError[src]
impl Copy for PadLinkErrorimpl Debug for PadLinkError[src]
impl Debug for PadLinkErrorfn 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 PadLinkError[src]
impl Eq for PadLinkErrorimpl PartialEq for PadLinkError[src]
impl PartialEq for PadLinkErrorfn eq(&self, other: &PadLinkError) -> bool[src]
fn eq(&self, other: &PadLinkError) -> 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 PadLinkError[src]
impl Hash for PadLinkErrorfn 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 PadLinkError[src]
impl Display for PadLinkErrorfn 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 PadLinkError[src]
impl Error for PadLinkErrorAuto Trait Implementations
impl Send for PadLinkError
impl Send for PadLinkErrorimpl Sync for PadLinkError
impl Sync for PadLinkError