Struct gstreamer_video_sys::GstVideoColorimetry[][src]

#[repr(C)]
pub struct GstVideoColorimetry { pub range: GstVideoColorRange, pub matrix: GstVideoColorMatrix, pub transfer: GstVideoTransferFunction, pub primaries: GstVideoColorPrimaries, }

Fields

Trait Implementations

impl Copy for GstVideoColorimetry
[src]

impl Clone for GstVideoColorimetry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoColorimetry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoColorimetry

impl Sync for GstVideoColorimetry