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

Class Entry

crates/rustc_codegen_spirv/src/attr.rs:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42#[derive(Clone, Debug)]
43pub struct Entry {
44 pub execution_model: ExecutionModel,
45 pub execution_modes: Vec<(ExecutionMode, ExecutionModeExtra)>,
46 pub name: Option<Symbol>,
47}
48
49impl From<ExecutionModel> for Entry {
50 fn from(execution_model: ExecutionModel) -> Self {

Callers 2

newMethod · 0.85
parse_attrs_for_checkingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected