Struct moore_svlog_syntax::ast::PortConn [] [src]

pub struct PortConn {
    pub span: Span,
    pub kind: PortConnKind,
}

A port connection as given in an instantiation.

Fields

Trait Implementations

impl Debug for PortConn
[src]

[src]

Formats the value using the given formatter.

impl Clone for PortConn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PortConn
[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 PortConn
[src]

impl Encodable for PortConn
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for PortConn
[src]

[src]

Deserialize a value using a Decoder.