MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / Hint

Class Hint

src/internal/hints.rs:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56#[derive(Debug)]
57pub struct Hint {
58 key: HintKey,
59 pub reg: PhysReg,
60 pub weight: f32,
61}
62
63impl fmt::Display for Hint {
64 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected