Struct rust_hdl::prelude::TypeDescriptor
source · pub struct TypeDescriptor {
pub name: String,
pub kind: TypeKind,
}
Fields§
§name: String
§kind: TypeKind
Trait Implementations§
source§impl Clone for TypeDescriptor
impl Clone for TypeDescriptor
source§fn clone(&self) -> TypeDescriptor
fn clone(&self) -> TypeDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more