Struct yuv_sys::YuvConstants
source · #[repr(C)]pub struct YuvConstants {
pub kUVToB: [u8; 32],
pub kUVToG: [u8; 32],
pub kUVToR: [u8; 32],
pub kYToRgb: [i16; 16],
pub kYBiasToRgb: [i16; 16],
}Fields§
§kUVToB: [u8; 32]§kUVToG: [u8; 32]§kUVToR: [u8; 32]§kYToRgb: [i16; 16]§kYBiasToRgb: [i16; 16]Trait Implementations§
source§impl Clone for YuvConstants
impl Clone for YuvConstants
source§fn clone(&self) -> YuvConstants
fn clone(&self) -> YuvConstants
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 YuvConstants
impl Debug for YuvConstants
impl Copy for YuvConstants
Auto Trait Implementations§
impl RefUnwindSafe for YuvConstants
impl Send for YuvConstants
impl Sync for YuvConstants
impl Unpin for YuvConstants
impl UnwindSafe for YuvConstants
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