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