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