Struct moore_svlog::ParamEnvData [−][src]
pub struct ParamEnvData<'t> { /* fields omitted */ }
Expand description
A parameter environment.
Implementations
Find the value assigned to a node.
Find the type assigned to a node.
Find the parametrization of an interface port.
Find the node assigned to a value parameter.
Add additional interface parametrizations.
Trait Implementations
Returns the “default value” for a type. Read more
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<'t> !RefUnwindSafe for ParamEnvData<'t>
impl<'t> Send for ParamEnvData<'t>
impl<'t> Sync for ParamEnvData<'t>
impl<'t> Unpin for ParamEnvData<'t>
impl<'t> !UnwindSafe for ParamEnvData<'t>
Blanket Implementations
Mutably borrows from an owned value. Read more