Struct moore_svlog_syntax::ast::NetDecl [] [src]

pub struct NetDecl {
    pub span: Span,
    pub net_type: NetType,
    pub strength: Option<NetStrength>,
    pub kind: NetKind,
    pub ty: Type,
    pub delay: Option<Expr>,
    pub names: Vec<VarDeclName>,
}

Fields

Trait Implementations

impl Debug for NetDecl
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for NetDecl
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for NetDecl
[src]

[src]

Deserialize a value using a Decoder.