pub struct CroppedImageMut<'a, V: IntoImageView> { /* private fields */ }Expand description
It is a wrapper that provides IntoImageView and IntoImageViewMut for part of wrapped image.
Implementations§
Source§impl<'a, V: IntoImageView> CroppedImageMut<'a, V>
impl<'a, V: IntoImageView> CroppedImageMut<'a, V>
Trait Implementations§
Source§impl<'a, V: IntoImageView> IntoImageView for CroppedImageMut<'a, V>
impl<'a, V: IntoImageView> IntoImageView for CroppedImageMut<'a, V>
Source§impl<'a, V: IntoImageViewMut> IntoImageViewMut for CroppedImageMut<'a, V>
impl<'a, V: IntoImageViewMut> IntoImageViewMut for CroppedImageMut<'a, V>
fn image_view_mut<P: PixelTrait>( &mut self, ) -> Option<impl ImageViewMut<Pixel = P>>
Auto Trait Implementations§
impl<'a, V> Freeze for CroppedImageMut<'a, V>
impl<'a, V> RefUnwindSafe for CroppedImageMut<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for CroppedImageMut<'a, V>where
V: Send,
impl<'a, V> Sync for CroppedImageMut<'a, V>where
V: Sync,
impl<'a, V> Unpin for CroppedImageMut<'a, V>
impl<'a, V> !UnwindSafe for CroppedImageMut<'a, V>
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