[][src]Enum gstreamer::TypeFindProbability

pub enum TypeFindProbability {
    None,
    Minimum,
    Possible,
    Likely,
    NearlyCertain,
    Maximum,
    // some variants omitted
}

The probability of the typefind function. Higher values have more certainty in doing a reliable typefind.

Variants

None
Minimum
Possible
Likely
NearlyCertain
Maximum

Trait Implementations

impl Add<u32> for TypeFindProbability[src]

type Output = TypeFindProbability

The resulting type after applying the + operator.

impl AddAssign<u32> for TypeFindProbability[src]

impl Clone for TypeFindProbability[src]

impl Copy for TypeFindProbability[src]

impl Debug for TypeFindProbability[src]

impl Eq for TypeFindProbability[src]

impl<'a> FromValue<'a> for TypeFindProbability[src]

impl<'a> FromValueOptional<'a> for TypeFindProbability[src]

impl Ord for TypeFindProbability[src]

impl PartialEq<TypeFindProbability> for TypeFindProbability[src]

impl PartialOrd<TypeFindProbability> for TypeFindProbability[src]

impl SetValue for TypeFindProbability[src]

impl StaticType for TypeFindProbability[src]

impl Sub<u32> for TypeFindProbability[src]

type Output = TypeFindProbability

The resulting type after applying the - operator.

impl SubAssign<u32> for TypeFindProbability[src]

Auto Trait Implementations

impl RefUnwindSafe for TypeFindProbability

impl Send for TypeFindProbability

impl Sync for TypeFindProbability

impl Unpin for TypeFindProbability

impl UnwindSafe for TypeFindProbability

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.