pub struct BicubicCatmullRom { /* private fields */ }
Expand description
A bicubic resizer with params (b=0.0, c=0.5). Fast, general purpose.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BicubicCatmullRom
impl RefUnwindSafe for BicubicCatmullRom
impl Send for BicubicCatmullRom
impl Sync for BicubicCatmullRom
impl Unpin for BicubicCatmullRom
impl UnwindSafe for BicubicCatmullRom
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