pub struct Image { /* private fields */ }Expand description
An image that can receive values from the TIS-100. When in the Move mode, the image receives
coordinates that tell it where to draw. When in the Paint mode, the image will draw values.
Sending a negative value at any time will reset the image to Move mode.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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