#[repr(C)]
pub enum CCM_TYPE {
CCM_3x3,
CCM_4x3,
}Expand description
Enum of the possible types of ccm.
Variants
CCM_3x3
The CCM with the shape performs linear transformation on color values.
CCM_4x3
The CCM with the shape performs affine transformation.
Trait Implementations
impl Copy for CCM_TYPE
impl Eq for CCM_TYPE
impl StructuralEq for CCM_TYPE
impl StructuralPartialEq for CCM_TYPE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more