[−][src]Enum gstreamer_video::VideoColorMatrix
pub enum VideoColorMatrix { Unknown, Rgb, Fcc, Bt709, Bt601, Smpte240m, Bt2020, // some variants omitted }
The color matrix is used to convert between Y'PbPr and non-linear RGB (R'G'B')
Variants
Trait Implementations
impl Clone for VideoColorMatrix
[src][+]
impl Copy for VideoColorMatrix
[src]
impl Debug for VideoColorMatrix
[src][+]
impl Eq for VideoColorMatrix
[src]
impl<'a> FromValue<'a> for VideoColorMatrix
[src][+]
impl<'a> FromValueOptional<'a> for VideoColorMatrix
[src][+]
impl Hash for VideoColorMatrix
[src][+]
impl Ord for VideoColorMatrix
[src][+]
impl PartialEq<VideoColorMatrix> for VideoColorMatrix
[src][+]
impl PartialOrd<VideoColorMatrix> for VideoColorMatrix
[src][+]
impl SetValue for VideoColorMatrix
[src][+]
impl StaticType for VideoColorMatrix
[src][+]
impl StructuralEq for VideoColorMatrix
[src]
impl StructuralPartialEq for VideoColorMatrix
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoColorMatrix
impl Send for VideoColorMatrix
impl Sync for VideoColorMatrix
impl Unpin for VideoColorMatrix
impl UnwindSafe for VideoColorMatrix
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> 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>,