Macro ec_gpu::name

source ·
macro_rules! name {
    () => { ... };
}
Expand description

Macro to get a unique name of an item.

The name is a string that consists of the module path and the type name. All non-alphanumeric characters are replaced with underscores, so that it’s an identifier that doesn’t cause any issues with C compilers.