pub struct BicubicBSpline { /* private fields */ }
Expand description
A bicubic resizer with params (b=1.0, c=0.0). Tends to produce heavy blurring, not generally useful.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BicubicBSpline
impl RefUnwindSafe for BicubicBSpline
impl Send for BicubicBSpline
impl Sync for BicubicBSpline
impl Unpin for BicubicBSpline
impl UnwindSafe for BicubicBSpline
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