flp-0.1.0.0: A layout spec language for memory managers implemented in Rust.
Language.Floorplan.Rust.Types
data RustItem Source #
Stripped-down Rust Impl item with just the pieces we care about (name and item entries) so that we can merge lists of impls together by NameID equality.
Constructors
Fields
e.g. CellAddr
Contents of the Impl
Associated Items that go *outside* the impl
impl
Defined in Language.Floorplan.Rust.Types
Methods
showsPrec :: Int -> RustItem -> ShowS #
show :: RustItem -> String #
showList :: [RustItem] -> ShowS #
rustItemComparator :: RustItem -> NameID Source #