#[repr(C)]pub enum CCM_TYPE {
CCM_3x3 = 0,
CCM_4x3 = 1,
}
Expand description
Enum of the possible types of ccm.
Variants§
CCM_3x3 = 0
The CCM with the shape performs linear transformation on color values.
CCM_4x3 = 1
The CCM with the shape performs affine transformation.
Trait Implementations§
source§impl PartialEq for CCM_TYPE
impl PartialEq for CCM_TYPE
impl Copy for CCM_TYPE
impl Eq for CCM_TYPE
impl StructuralPartialEq for CCM_TYPE
Auto Trait Implementations§
impl Freeze for CCM_TYPE
impl RefUnwindSafe for CCM_TYPE
impl Send for CCM_TYPE
impl Sync for CCM_TYPE
impl Unpin for CCM_TYPE
impl UnwindSafe for CCM_TYPE
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