[−][src]Enum gstreamer::TagScope
pub enum TagScope { Stream, Global, // some variants omitted }
GstTagScope specifies if a taglist applies to the complete medium or only to one single stream.
Variants
Trait Implementations
impl Clone for TagScope
[src][+]
impl Copy for TagScope
[src]
impl Debug for TagScope
[src][+]
impl<'de> Deserialize<'de> for TagScope
[src][+]
impl Eq for TagScope
[src]
impl<'a> FromValue<'a> for TagScope
[src][+]
impl<'a> FromValueOptional<'a> for TagScope
[src][+]
impl Hash for TagScope
[src][+]
impl Ord for TagScope
[src][+]
impl PartialEq<TagScope> for TagScope
[src][+]
impl PartialOrd<TagScope> for TagScope
[src][+]
impl Serialize for TagScope
[src][+]
impl SetValue for TagScope
[src][+]
impl StaticType for TagScope
[src][+]
impl StructuralEq for TagScope
[src]
impl StructuralPartialEq for TagScope
[src]
Auto Trait Implementations
impl RefUnwindSafe for TagScope
impl Send for TagScope
impl Sync for TagScope
impl Unpin for TagScope
impl UnwindSafe for TagScope
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: Deserialize<'de>,
[src]
T: 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>,