pub struct CubicResampler;
Implementations§
Source§impl CubicResampler
impl CubicResampler
pub fn mitchell() -> Self
pub fn catmull_rom() -> Self
Trait Implementations§
Source§impl From<CubicResampler> for SamplingOptions
impl From<CubicResampler> for SamplingOptions
Source§fn from(_: CubicResampler) -> Self
fn from(_: CubicResampler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CubicResampler
impl RefUnwindSafe for CubicResampler
impl Send for CubicResampler
impl Sync for CubicResampler
impl Unpin for CubicResampler
impl UnwindSafe for CubicResampler
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