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
Auto Trait Implementations
impl RefUnwindSafe for GstVideoColorimetry
impl Send for GstVideoColorimetry
impl Sync for GstVideoColorimetry
impl Unpin for GstVideoColorimetry
impl UnwindSafe for GstVideoColorimetry
Blanket Implementations
Mutably borrows from an owned value. Read more