pub struct DuoPixel { /* private fields */ }Expand description
Represents a single pixel in the drawing canvas.
Each pixel can have an upper and lower state, to be converted into a character
representation based on its state using the Into<char> trait.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuoPixel
impl RefUnwindSafe for DuoPixel
impl Send for DuoPixel
impl Sync for DuoPixel
impl Unpin for DuoPixel
impl UnwindSafe for DuoPixel
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