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