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>
Methods
impl Scope[src]
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
impl PartialEq for Scope[src]
fn eq(&self, __arg_0: &Scope) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Scope) -> bool
This method tests for !=.