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