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