pub struct Lanczos4;
Expand description
4-tap Lanczos resizer. Sharp, good for upscaling.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lanczos4
impl RefUnwindSafe for Lanczos4
impl Send for Lanczos4
impl Sync for Lanczos4
impl Unpin for Lanczos4
impl UnwindSafe for Lanczos4
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