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