Struct moore_svlog::ast::SubroutinePortName [−][src]
pub struct SubroutinePortName<'a> {
pub name: Spanned<Name>,
pub dims: Vec<TypeDim<'a>, Global>,
pub expr: Option<Node<'a, ExprData<'a>>>,
}
Fields
name: Spanned<Name>
dims: Vec<TypeDim<'a>, Global>
expr: Option<Node<'a, ExprData<'a>>>
Trait Implementations
Apply a function to each child node.
Apply a function to this node.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SubroutinePortName<'a>
impl<'a> Send for SubroutinePortName<'a>
impl<'a> Sync for SubroutinePortName<'a>
impl<'a> Unpin for SubroutinePortName<'a>
impl<'a> !UnwindSafe for SubroutinePortName<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more