Struct menoh::VariableProfileTable[][src]

pub struct VariableProfileTable { /* fields omitted */ }

Variable Profile table.

An instance of this struct is generated by VariableProfileTableBuilder::build_variable_profile_table

Methods

impl VariableProfileTable
[src]

Get Variable profile detail by using variable name.

Trait Implementations

impl Drop for VariableProfileTable
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for VariableProfileTable

impl !Sync for VariableProfileTable