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: GstVideoColorPrimaries
Wx: c_double
Wy: c_double
Rx: c_double
Ry: c_double
Gx: c_double
Gy: c_double
Bx: c_double
By: c_double
Trait Implementations
impl Copy for GstVideoColorPrimariesInfo
[src]
impl Copy for GstVideoColorPrimariesInfo
impl Clone for GstVideoColorPrimariesInfo
[src]
impl Clone for GstVideoColorPrimariesInfo
fn clone(&self) -> GstVideoColorPrimariesInfo
[src]
fn clone(&self) -> GstVideoColorPrimariesInfo
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 GstVideoColorPrimariesInfo
[src]
impl Debug for GstVideoColorPrimariesInfo
Auto Trait Implementations
impl Send for GstVideoColorPrimariesInfo
impl Send for GstVideoColorPrimariesInfo
impl Sync for GstVideoColorPrimariesInfo
impl Sync for GstVideoColorPrimariesInfo