MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / Param

Class Param

crates/rustc_codegen_spirv/src/linker/specializer.rs:299–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297// FIXME(eddyb) use `rustc_index` for this instead.
298#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
299struct Param(u32);
300
301impl fmt::Display for Param {
302 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 4

collect_genericsMethod · 0.85
infer_functionMethod · 0.85
dump_instancesMethod · 0.85

Calls

no outgoing calls

Tested by 4

collect_genericsMethod · 0.68
infer_functionMethod · 0.68
dump_instancesMethod · 0.68