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