[−][src]Enum gstreamer::TypeFindProbability
The probability of the typefind function. Higher values have more certainty in doing a reliable typefind.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
type undetected.
unlikely typefind.
possible type detected.
likely a type was detected.
nearly certain that a type was detected.
very certain a type was detected.
Trait Implementations
impl Add<u32> for TypeFindProbability
[src]
type Output = TypeFindProbability
The resulting type after applying the +
operator.
fn add(self, rhs: u32) -> TypeFindProbability
[src]
impl AddAssign<u32> for TypeFindProbability
[src]
fn add_assign(&mut self, rhs: u32)
[src]
impl Clone for TypeFindProbability
[src]
fn clone(&self) -> TypeFindProbability
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for TypeFindProbability
[src]
impl Debug for TypeFindProbability
[src]
impl Eq for TypeFindProbability
[src]
impl<'a> FromValue<'a> for TypeFindProbability
[src]
unsafe fn from_value(value: &Value) -> Self
[src]
impl<'a> FromValueOptional<'a> for TypeFindProbability
[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>
[src]
impl Ord for TypeFindProbability
[src]
fn cmp(&self, other: &Self) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<TypeFindProbability> for TypeFindProbability
[src]
fn eq(&self, other: &TypeFindProbability) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialOrd<TypeFindProbability> for TypeFindProbability
[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl SetValue for TypeFindProbability
[src]
impl StaticType for TypeFindProbability
[src]
fn static_type() -> Type
[src]
impl Sub<u32> for TypeFindProbability
[src]
type Output = TypeFindProbability
The resulting type after applying the -
operator.
fn sub(self, rhs: u32) -> TypeFindProbability
[src]
impl SubAssign<u32> for TypeFindProbability
[src]
fn sub_assign(&mut self, rhs: u32)
[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,