pub struct Sixel {
pub data: String,
pub area: Rect,
pub is_tmux: bool,
}Fields§
§data: String§area: Rect§is_tmux: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sixel
impl RefUnwindSafe for Sixel
impl Send for Sixel
impl Sync for Sixel
impl Unpin for Sixel
impl UnwindSafe for Sixel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().