Struct vcd::Scope
[−]
[src]
pub struct Scope {
pub scope_type: ScopeType,
pub identifier: String,
pub children: Vec<ScopeItem>,
}Information on a VCD scope as represented by a $scope command and its children
Fields
scope_type: ScopeType
identifier: String
children: Vec<ScopeItem>
Trait Implementations
impl Debug for Scope[src]
impl Clone for Scope[src]
fn clone(&self) -> Scope
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