pub struct ImageFilterSpline16;Expand description
Spline16 filter — radius 2.0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageFilterSpline16
impl RefUnwindSafe for ImageFilterSpline16
impl Send for ImageFilterSpline16
impl Sync for ImageFilterSpline16
impl Unpin for ImageFilterSpline16
impl UnwindSafe for ImageFilterSpline16
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