Struct moore_svlog::PortMappingQueryKey [−][src]
pub struct PortMappingQueryKey<'a>(pub &'a dyn PortedNode<'a>, pub ParamEnv, pub ParamEnv, pub Ref<'a, InstName<'a>>, pub &'a [PosParam], pub &'a [NamedParam], pub bool);
Expand description
The arguments passed to the port_mapping
query.
Tuple Fields
0: &'a dyn PortedNode<'a>
1: ParamEnv
2: ParamEnv
3: Ref<'a, InstName<'a>>
4: &'a [PosParam]
5: &'a [NamedParam]
6: bool
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<'a> !RefUnwindSafe for PortMappingQueryKey<'a>
impl<'a> Send for PortMappingQueryKey<'a>
impl<'a> Sync for PortMappingQueryKey<'a>
impl<'a> Unpin for PortMappingQueryKey<'a>
impl<'a> !UnwindSafe for PortMappingQueryKey<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more