pub struct BytePlaneAtomics<'data> { /* private fields */ }
Expand description
Represents a single matrix like layer of a shared image.
Created from Canvas::plane_mut
.
Implementations§
Auto Trait Implementations§
impl<'data> Freeze for BytePlaneAtomics<'data>
impl<'data> RefUnwindSafe for BytePlaneAtomics<'data>
impl<'data> Send for BytePlaneAtomics<'data>
impl<'data> Sync for BytePlaneAtomics<'data>
impl<'data> Unpin for BytePlaneAtomics<'data>
impl<'data> UnwindSafe for BytePlaneAtomics<'data>
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