Enum presenterm::GraphicsMode
source · pub enum GraphicsMode {
Iterm2,
Kitty {
mode: KittyMode,
inside_tmux: bool,
},
AsciiBlocks,
}Variants§
Trait Implementations§
source§impl Clone for GraphicsMode
impl Clone for GraphicsMode
source§fn clone(&self) -> GraphicsMode
fn clone(&self) -> GraphicsMode
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 moresource§impl Debug for GraphicsMode
impl Debug for GraphicsMode
source§impl TryFrom<&ImageProtocol> for GraphicsMode
impl TryFrom<&ImageProtocol> for GraphicsMode
Auto Trait Implementations§
impl RefUnwindSafe for GraphicsMode
impl Send for GraphicsMode
impl Sync for GraphicsMode
impl Unpin for GraphicsMode
impl UnwindSafe for GraphicsMode
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