pub struct RawImageRectMut<'a> { /* private fields */ }Expand description
Mutable view into image data. Holds a borrowed mutable slice + row layout info.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RawImageRectMut<'a>
impl<'a> RefUnwindSafe for RawImageRectMut<'a>
impl<'a> Send for RawImageRectMut<'a>
impl<'a> Sync for RawImageRectMut<'a>
impl<'a> Unpin for RawImageRectMut<'a>
impl<'a> UnsafeUnpin for RawImageRectMut<'a>
impl<'a> !UnwindSafe for RawImageRectMut<'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