Struct moore_svlog::ty::InterfaceType [−][src]
pub struct InterfaceType<'a> {
pub ast: &'a Interface<'a>,
pub env: ParamEnv,
pub modport: Option<&'a ModportName<'a>>,
}
Expand description
An interface instance.
Fields
ast: &'a Interface<'a>
The AST node of the interface.
env: ParamEnv
The parametrization of the interface.
modport: Option<&'a ModportName<'a>>
The optional modport that was specified together with the interface.
Trait Implementations
Performs the conversion.
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 InterfaceType<'a>
impl<'a> Send for InterfaceType<'a>
impl<'a> Sync for InterfaceType<'a>
impl<'a> Unpin for InterfaceType<'a>
impl<'a> !UnwindSafe for InterfaceType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more