pub struct ImageFilterBilinear;Expand description
Bilinear filter — radius 1.0, linear interpolation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageFilterBilinear
impl RefUnwindSafe for ImageFilterBilinear
impl Send for ImageFilterBilinear
impl Sync for ImageFilterBilinear
impl Unpin for ImageFilterBilinear
impl UnwindSafe for ImageFilterBilinear
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