#[repr(transparent)]pub struct Csc1Coef1(pub u32);Expand description
Color Space Conversion Coefficient Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Csc1Coef1
impl Csc1Coef1
Sourcepub const fn c4(&self) -> u16
pub const fn c4(&self) -> u16
Two’s compliment Blue U/Cb multiplier coefficient. YUV=0x208 (2.032) YCbCr=0x204 (2.017)
Sourcepub const fn set_c4(&mut self, val: u16)
pub const fn set_c4(&mut self, val: u16)
Two’s compliment Blue U/Cb multiplier coefficient. YUV=0x208 (2.032) YCbCr=0x204 (2.017)
Trait Implementations§
impl Copy for Csc1Coef1
impl Eq for Csc1Coef1
impl StructuralPartialEq for Csc1Coef1
Auto Trait Implementations§
impl Freeze for Csc1Coef1
impl RefUnwindSafe for Csc1Coef1
impl Send for Csc1Coef1
impl Sync for Csc1Coef1
impl Unpin for Csc1Coef1
impl UnwindSafe for Csc1Coef1
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