pub struct ImageFilterLanczos144(/* private fields */);Expand description
Lanczos filter with radius 6.0.
Implementations§
Trait Implementations§
Source§impl Default for ImageFilterLanczos144
impl Default for ImageFilterLanczos144
Auto Trait Implementations§
impl Freeze for ImageFilterLanczos144
impl RefUnwindSafe for ImageFilterLanczos144
impl Send for ImageFilterLanczos144
impl Sync for ImageFilterLanczos144
impl Unpin for ImageFilterLanczos144
impl UnwindSafe for ImageFilterLanczos144
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