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