pub struct ImageFilterMitchell { /* private fields */ }Expand description
Mitchell-Netravali filter — radius 2.0, parameterized by b and c.
Default: b = 1/3, c = 1/3 (recommended for general image scaling).
Implementations§
Trait Implementations§
Source§impl Default for ImageFilterMitchell
impl Default for ImageFilterMitchell
Auto Trait Implementations§
impl Freeze for ImageFilterMitchell
impl RefUnwindSafe for ImageFilterMitchell
impl Send for ImageFilterMitchell
impl Sync for ImageFilterMitchell
impl Unpin for ImageFilterMitchell
impl UnwindSafe for ImageFilterMitchell
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