Enum gstreamer::TagScope [−][src]
#[non_exhaustive] pub enum TagScope { Stream, Global, // some variants omitted }
Expand description
GstTagScope specifies if a taglist applies to the complete medium or only to one single stream.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
tags specific to this single stream
global tags for the complete medium
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for TagScope
impl UnwindSafe for TagScope
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.