[][src]Struct gstreamer::format::Undefined

pub struct Undefined(pub i64);

Trait Implementations

impl AsMut<i64> for Undefined[src]

impl AsRef<i64> for Undefined[src]

impl Clone for Undefined[src]

impl Copy for Undefined[src]

impl Debug for Undefined[src]

impl Default for Undefined[src]

impl Deref for Undefined[src]

type Target = i64

The resulting type after dereferencing.

impl DerefMut for Undefined[src]

impl<'de> Deserialize<'de> for Undefined[src]

impl Eq for Undefined[src]

impl FormattedValue for Undefined[src]

impl From<Undefined> for GenericFormattedValue[src]

impl From<i64> for Undefined[src]

impl Hash for Undefined[src]

impl Into<i64> for Undefined[src]

impl Ord for Undefined[src]

impl PartialEq<Undefined> for Undefined[src]

impl PartialOrd<Undefined> for Undefined[src]

impl Serialize for Undefined[src]

impl SpecificFormattedValue for Undefined[src]

impl StructuralEq for Undefined[src]

impl StructuralPartialEq for Undefined[src]

impl TryFrom<GenericFormattedValue> for Undefined[src]

type Error = TryFromGenericFormattedValueError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Undefined

impl Send for Undefined

impl Sync for Undefined

impl Unpin for Undefined

impl UnwindSafe for Undefined

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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, 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.