Trait Graphics

Source
pub trait Graphics: Presentation { }
Expand description

Marker trait for backends with graphics capabilities

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Graphics for Curses

Available on crate feature curses only.
Source§

impl Graphics for Headless

Source§

impl Graphics for Remote

Available on crate feature opengl only.
Source§

impl Graphics for Opengl

Available on crate feature opengl only.