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