pub struct ImageFilterLanczos { /* private fields */ }Expand description
Lanczos filter — variable radius (minimum 2.0).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageFilterLanczos
impl RefUnwindSafe for ImageFilterLanczos
impl Send for ImageFilterLanczos
impl Sync for ImageFilterLanczos
impl Unpin for ImageFilterLanczos
impl UnwindSafe for ImageFilterLanczos
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