Struct moore_svlog_syntax::ast::Inst [] [src]

pub struct Inst {
    pub span: Span,
    pub target: Identifier,
    pub params: Vec<ParamAssignment>,
    pub names: Vec<InstName>,
}

Fields

The name of the module to instantiate.

The parameters in the module to be assigned.

The names and ports of the module instantiations.

Trait Implementations

impl Debug for Inst
[src]

[src]

Formats the value using the given formatter.

impl Clone for Inst
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Inst
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Inst
[src]

impl Encodable for Inst
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for Inst
[src]

[src]

Deserialize a value using a Decoder.