#[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§
Source§impl Clone for GstVideoColorimetry
impl Clone for GstVideoColorimetry
Source§fn clone(&self) -> GstVideoColorimetry
fn clone(&self) -> GstVideoColorimetry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstVideoColorimetry
impl Debug for GstVideoColorimetry
impl Copy for GstVideoColorimetry
Auto Trait Implementations§
impl Freeze for GstVideoColorimetry
impl RefUnwindSafe for GstVideoColorimetry
impl Send for GstVideoColorimetry
impl Sync for GstVideoColorimetry
impl Unpin for GstVideoColorimetry
impl UnwindSafe for GstVideoColorimetry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more