pub struct StatefulSixel { /* private fields */ }Implementations§
Source§impl StatefulSixel
impl StatefulSixel
pub fn new( source: ImageSource, font_size: FontSize, is_tmux: bool, ) -> StatefulSixel
Trait Implementations§
Source§impl Clone for StatefulSixel
impl Clone for StatefulSixel
Source§fn clone(&self) -> StatefulSixel
fn clone(&self) -> StatefulSixel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StatefulSixel
impl RefUnwindSafe for StatefulSixel
impl Send for StatefulSixel
impl Sync for StatefulSixel
impl Unpin for StatefulSixel
impl UnwindSafe for StatefulSixel
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