pub struct Spline64;
Expand description
64-tap spline resizer. High quality, good balance between sharpness and ringing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spline64
impl RefUnwindSafe for Spline64
impl Send for Spline64
impl Sync for Spline64
impl Unpin for Spline64
impl UnwindSafe for Spline64
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