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