Struct gstreamer_video_sys::GstVideoColorPrimariesInfo [−][src]
#[repr(C)]pub struct GstVideoColorPrimariesInfo { pub primaries: GstVideoColorPrimaries, pub Wx: c_double, pub Wy: c_double, pub Rx: c_double, pub Ry: c_double, pub Gx: c_double, pub Gy: c_double, pub Bx: c_double, pub By: c_double, }
Fields
primaries: GstVideoColorPrimariesWx: c_doubleWy: c_doubleRx: c_doubleRy: c_doubleGx: c_doubleGy: c_doubleBx: c_doubleBy: c_doubleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoColorPrimariesInfoimpl Send for GstVideoColorPrimariesInfoimpl Sync for GstVideoColorPrimariesInfoimpl Unpin for GstVideoColorPrimariesInfoimpl UnwindSafe for GstVideoColorPrimariesInfoBlanket Implementations
Mutably borrows from an owned value. Read more