pub enum SixelItem {
Color(BasicColor),
Char(SixelChar),
Raster(Raster),
Repeat(Repeat),
Control(SixelControl),
}
Expand description
Variants of valid Sixel data structures.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SixelItem
impl RefUnwindSafe for SixelItem
impl Send for SixelItem
impl Sync for SixelItem
impl Unpin for SixelItem
impl UnwindSafe for SixelItem
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