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

Methods

impl Scope
[src]

Looks up a variable by reference.

Trait Implementations

impl Debug for Scope
[src]

Formats the value using the given formatter.

impl Clone for Scope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Scope
[src]

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