Enum moore_svlog::ParamEnvSource [−][src]
pub enum ParamEnvSource<'hir> {
ModuleInst {
module: Ref<'hir, Module<'hir>>,
env: ParamEnv,
pos: &'hir [PosParam],
named: &'hir [NamedParam],
},
InterfaceInst {
interface: Ref<'hir, Interface<'hir>>,
env: ParamEnv,
pos: &'hir [PosParam],
named: &'hir [NamedParam],
},
}
Expand description
A location that implies a parameter environment.
Variants
Fields of ModuleInst
Fields of InterfaceInst
Trait Implementations
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<'hir> !RefUnwindSafe for ParamEnvSource<'hir>
impl<'hir> Send for ParamEnvSource<'hir>
impl<'hir> Sync for ParamEnvSource<'hir>
impl<'hir> Unpin for ParamEnvSource<'hir>
impl<'hir> !UnwindSafe for ParamEnvSource<'hir>
Blanket Implementations
Mutably borrows from an owned value. Read more