pub struct Bilinear;
Expand description
A bilinear resizer. Tends to produce heavy blurring, not generally useful.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bilinear
impl RefUnwindSafe for Bilinear
impl Send for Bilinear
impl Sync for Bilinear
impl Unpin for Bilinear
impl UnwindSafe for Bilinear
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