Struct moore_svlog_syntax::ast::IntfDecl [] [src]

pub struct IntfDecl {
    pub id: NodeId,
    pub span: Span,
    pub lifetime: Lifetime,
    pub name: Name,
    pub name_span: Span,
    pub params: Vec<ParamDecl>,
    pub ports: Vec<Port>,
    pub items: Vec<HierarchyItem>,
}

Fields

Trait Implementations

impl Debug for IntfDecl
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for IntfDecl
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for IntfDecl
[src]

[src]

Deserialize a value using a Decoder.