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