pub struct SixelBackend {}
Implementations§
Trait Implementations§
Source§impl Default for SixelBackend
impl Default for SixelBackend
Source§impl ImageBackend for SixelBackend
impl ImageBackend for SixelBackend
Auto Trait Implementations§
impl Freeze for SixelBackend
impl RefUnwindSafe for SixelBackend
impl Send for SixelBackend
impl Sync for SixelBackend
impl Unpin for SixelBackend
impl UnwindSafe for SixelBackend
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