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