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 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 Debug for Scope
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Scope
[src]

fn default() -> Scope

Returns the "default value" for a type. Read more