Struct ExResize
pub struct ExResize<'a> { /* private fields */ }
Expand description
Default-param extender for Image::resize_ex
.
Implementations§
§impl<'a> ExResize<'a>
impl<'a> ExResize<'a>
pub fn interpolation(self, value: Interpolation) -> ExResize<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExResize<'a>
impl<'a> RefUnwindSafe for ExResize<'a>
impl<'a> !Send for ExResize<'a>
impl<'a> !Sync for ExResize<'a>
impl<'a> Unpin for ExResize<'a>
impl<'a> !UnwindSafe for ExResize<'a>
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