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