pub struct Queued {
pub x: u16,
pub y: u16,
pub cells: Vec<char>,
pub color: Vec<(Color, Color)>,
}Expand description
Info of what has changed in buffer.
Fields§
§x: u16§y: u16§cells: Vec<char>§color: Vec<(Color, Color)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Queued
impl RefUnwindSafe for Queued
impl Send for Queued
impl Sync for Queued
impl Unpin for Queued
impl UnwindSafe for Queued
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