[][src]Enum gstreamer::TocEntryType

pub enum TocEntryType {
    Angle,
    Version,
    Edition,
    Invalid,
    Title,
    Track,
    Chapter,
    // some variants omitted
}

The different types of TOC entries (see TocEntry).

There are two types of TOC entries: alternatives or parts in a sequence.

Variants

Angle
Version
Edition
Invalid
Title
Track
Chapter

Trait Implementations

impl Clone for TocEntryType[src]

impl Copy for TocEntryType[src]

impl Debug for TocEntryType[src]

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

impl Eq for TocEntryType[src]

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

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

impl Hash for TocEntryType[src]

impl Ord for TocEntryType[src]

impl PartialEq<TocEntryType> for TocEntryType[src]

impl PartialOrd<TocEntryType> for TocEntryType[src]

impl Serialize for TocEntryType[src]

impl SetValue for TocEntryType[src]

impl StaticType for TocEntryType[src]

impl StructuralEq for TocEntryType[src]

impl StructuralPartialEq for TocEntryType[src]

Auto Trait Implementations

impl RefUnwindSafe for TocEntryType

impl Send for TocEntryType

impl Sync for TocEntryType

impl Unpin for TocEntryType

impl UnwindSafe for TocEntryType

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> 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.