pub struct ImageFilterSinc { /* private fields */ }Expand description
Sinc filter — variable radius (minimum 2.0).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageFilterSinc
impl RefUnwindSafe for ImageFilterSinc
impl Send for ImageFilterSinc
impl Sync for ImageFilterSinc
impl Unpin for ImageFilterSinc
impl UnwindSafe for ImageFilterSinc
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