Struct moore_svlog::PortMapping [−][src]
Expand description
A port mapping.
Tuple Fields
0: Vec<(Ref<'a, ExtPort<'a>>, NodeEnvId)>
Implementations
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<'a> !RefUnwindSafe for PortMapping<'a>
impl<'a> Send for PortMapping<'a>
impl<'a> Sync for PortMapping<'a>
impl<'a> Unpin for PortMapping<'a>
impl<'a> !UnwindSafe for PortMapping<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more