Struct gstreamer_video_sys::GstVideoColorimetry [−][src]
#[repr(C)]pub struct GstVideoColorimetry { pub range: GstVideoColorRange, pub matrix: GstVideoColorMatrix, pub transfer: GstVideoTransferFunction, pub primaries: GstVideoColorPrimaries, }
Fields
range: GstVideoColorRange
matrix: GstVideoColorMatrix
transfer: GstVideoTransferFunction
primaries: GstVideoColorPrimaries
Trait Implementations
impl Copy for GstVideoColorimetry
[src]
impl Copy for GstVideoColorimetry
impl Clone for GstVideoColorimetry
[src]
impl Clone for GstVideoColorimetry
fn clone(&self) -> GstVideoColorimetry
[src]
fn clone(&self) -> GstVideoColorimetry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoColorimetry
[src]
impl Debug for GstVideoColorimetry
Auto Trait Implementations
impl Send for GstVideoColorimetry
impl Send for GstVideoColorimetry
impl Sync for GstVideoColorimetry
impl Sync for GstVideoColorimetry