pub struct SubImage<'a> { /* private fields */ }
Expand description
A subregion of an image. Constructed using Image::sub
.
Auto Trait Implementations§
impl<'a> Freeze for SubImage<'a>
impl<'a> RefUnwindSafe for SubImage<'a>
impl<'a> Send for SubImage<'a>
impl<'a> Sync for SubImage<'a>
impl<'a> Unpin for SubImage<'a>
impl<'a> UnwindSafe for SubImage<'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