Struct tydi_hir::type::NamedType [−][src]
pub struct NamedType {
pub identifier: Id<Identifier>,
pub typ: Id<LogicalType>,
}Expand description
A type with a name.
Fields
identifier: Id<Identifier>The name of the type.
typ: Id<LogicalType>The type definition
Implementations
Create a new NamedType.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamedType
impl UnwindSafe for NamedType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
