Struct gluon_base::kind::KindCache[][src]

pub struct KindCache {
    pub row: ArcKind,
    pub hole: ArcKind,
    pub typ: ArcKind,
    // some fields omitted
}

Fields

Methods

impl KindCache where
    ArcKind: From<Kind> + Clone
[src]

Trait Implementations

impl Debug for KindCache
[src]

Formats the value using the given formatter. Read more

impl Clone for KindCache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for KindCache where
    ArcKind: From<Kind> + Clone
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for KindCache

impl Sync for KindCache