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: GstVideoColorRangematrix: GstVideoColorMatrixtransfer: GstVideoTransferFunctionprimaries: GstVideoColorPrimariesTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoColorimetryimpl Send for GstVideoColorimetryimpl Sync for GstVideoColorimetryimpl Unpin for GstVideoColorimetryimpl UnwindSafe for GstVideoColorimetryBlanket Implementations
Mutably borrows from an owned value. Read more