pub struct BicubicMitchell { /* private fields */ }
Expand description
A bicubic resizer with params (b=1/3, c=1/3). Useful for downscaling.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BicubicMitchell
impl RefUnwindSafe for BicubicMitchell
impl Send for BicubicMitchell
impl Sync for BicubicMitchell
impl Unpin for BicubicMitchell
impl UnwindSafe for BicubicMitchell
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