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