#[repr(transparent)]pub struct Csc1Coef2(pub u32);Expand description
Color Space Conversion Coefficient Register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Csc1Coef2
impl Csc1Coef2
Sourcepub const fn c3(&self) -> u16
pub const fn c3(&self) -> u16
Two’s complement Green U/Cb multiplier coefficient. YUV=0x79C (-0.394) YCbCr=0x79C (-0.392)
Sourcepub const fn set_c3(&mut self, val: u16)
pub const fn set_c3(&mut self, val: u16)
Two’s complement Green U/Cb multiplier coefficient. YUV=0x79C (-0.394) YCbCr=0x79C (-0.392)
Trait Implementations§
impl Copy for Csc1Coef2
impl Eq for Csc1Coef2
impl StructuralPartialEq for Csc1Coef2
Auto Trait Implementations§
impl Freeze for Csc1Coef2
impl RefUnwindSafe for Csc1Coef2
impl Send for Csc1Coef2
impl Sync for Csc1Coef2
impl Unpin for Csc1Coef2
impl UnwindSafe for Csc1Coef2
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