pub enum Demosaic {
None,
NearestNeighbour,
Linear,
Cubic,
}
Expand description
The demosaicing algorithm to use to fill in the missing data.
Variants§
Trait Implementations§
source§impl PartialEq for Demosaic
impl PartialEq for Demosaic
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 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