Enum vcd::ScopeItem
[−]
[src]
pub enum ScopeItem {
Scope(Scope),
Var(Var),
}An item in a scope -- either a child scope or a variable
Variants
Scope(Scope)Var(Var)Trait Implementations
impl Debug for ScopeItem[src]
impl Clone for ScopeItem[src]
fn clone(&self) -> ScopeItem
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more