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