Struct moore_vhdl_syntax::ast::IntfObjDecl [] [src]

pub struct IntfObjDecl {
    pub kind: IntfObjKind,
    pub span: Span,
    pub names: Vec<Ident>,
    pub mode: Option<IntfMode>,
    pub ty: SubtypeInd,
    pub bus: bool,
    pub default: Option<Expr>,
}

An interface object declaration.

Fields

Trait Implementations

impl Clone for IntfObjDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntfObjDecl
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for IntfObjDecl
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for IntfObjDecl
[src]

[src]

Deserialize a value using a Decoder.

impl HasDesc for IntfObjDecl
[src]

[src]

Obtain a human-readable descriptive name for this node.