Struct moore_svlog_hir::PortSlice [] [src]

pub struct PortSlice {
    pub id: NodeId,
    pub name: Name,
    pub span: Span,
    pub selects: Vec<PortSelect>,
    pub dir: PortDir,
    pub kind: PortKind,
    pub ty: Option<Type>,
    pub dims: Vec<TypeDim>,
}

A port slice refers to a port declaration within the module. It consists of the name of the declaration and a list of optional member and index accesses that select individual parts of the declaration.

Fields

Trait Implementations

impl Debug for PortSlice
[src]

[src]

Formats the value using the given formatter.