pub struct PixmapMut<'a> { /* private fields */ }Expand description
A mutable view into premultiplied RGBA8 pixmap data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for PixmapMut<'a>
impl<'a> Freeze for PixmapMut<'a>
impl<'a> RefUnwindSafe for PixmapMut<'a>
impl<'a> Send for PixmapMut<'a>
impl<'a> Sync for PixmapMut<'a>
impl<'a> Unpin for PixmapMut<'a>
impl<'a> UnsafeUnpin for PixmapMut<'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