pub enum Demosaic {
None,
NearestNeighbour,
Linear,
Cubic,
}Expand description
The demosaicing algorithm to use to fill in the missing data.
Variants§
Trait Implementations§
impl Copy for Demosaic
impl Eq for Demosaic
impl StructuralPartialEq for Demosaic
Auto Trait Implementations§
impl Freeze for Demosaic
impl RefUnwindSafe for Demosaic
impl Send for Demosaic
impl Sync for Demosaic
impl Unpin for Demosaic
impl UnsafeUnpin for Demosaic
impl UnwindSafe for Demosaic
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