pub struct Spline16;
Expand description
16-tap spline resizer. Good balance between speed, sharpness, and ringing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spline16
impl RefUnwindSafe for Spline16
impl Send for Spline16
impl Sync for Spline16
impl Unpin for Spline16
impl UnwindSafe for Spline16
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