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