Struct limn_core::prelude::LAYOUT
[−]
pub struct LAYOUT { /* fields omitted */ }
Methods from Deref<Target = LayoutVars>
pub fn array(&self) -> [Variable; 6]
[src]
Returns the current inner state of this struct as an array
pub fn var_type(&self, var: Variable) -> VarType
[src]
If a Variable
matches one of the variables in this layout, return it's type
Trait Implementations
impl LazyStatic for LAYOUT
fn initialize(lazy: &LAYOUT)
impl Deref for LAYOUT
type Target = LayoutVars
The resulting type after dereferencing.
fn deref(&self) -> &LayoutVars
Dereferences the value.