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