Struct limn_layout::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 __Deref for LAYOUT
type Target = LayoutVars
The resulting type after dereferencing.
fn deref(&self) -> &LayoutVars
Dereferences the value.