[−][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 (Non-exhaustive)
entry is an angle (i.e. an alternative)
entry is a version (i.e. alternative)
entry is an edition (i.e. alternative)
invalid entry type value
entry is a title (i.e. a part of a sequence)
entry is a track (i.e. a part of a sequence)
entry is a chapter (i.e. a part of a sequence)
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][+]
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,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
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,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,