Enum rusttype::gpu_cache::CacheReadErr [] [src]

pub enum CacheReadErr {
    GlyphNotCached,
}

Returned from Cache::rect_for.

Variants

GlyphNotCached

Indicates that the requested glyph is not present in the cache

Trait Implementations

Derived Implementations

impl Ord for CacheReadErr

fn cmp(&self, __arg_0: &CacheReadErr) -> Ordering

impl PartialOrd for CacheReadErr

fn partial_cmp(&self, __arg_0: &CacheReadErr) -> Option<Ordering>

fn lt(&self, __arg_0: &CacheReadErr) -> bool

fn le(&self, __arg_0: &CacheReadErr) -> bool

fn gt(&self, __arg_0: &CacheReadErr) -> bool

fn ge(&self, __arg_0: &CacheReadErr) -> bool

impl Eq for CacheReadErr

impl PartialEq for CacheReadErr

fn eq(&self, __arg_0: &CacheReadErr) -> bool

fn ne(&self, __arg_0: &CacheReadErr) -> bool

impl Debug for CacheReadErr

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for CacheReadErr

fn clone(&self) -> CacheReadErr

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for CacheReadErr