Struct gstreamer_video_sys::GstVideoColorimetry
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)