Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ as_ref
Method
as_ref
crates/rustc_codegen_spirv/src/attr.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
36
impl AsRef<[u32]> for ExecutionModeExtra {
37
fn as_ref(&self) -> &[u32] {
38
&self.args[..self.len as _]
39
}
40
}
41
42
#[derive(Clone, Debug)]
Callers
15
find_lib
Function · 0.45
new
Method · 0.45
run
Function · 0.45
parse
Method · 0.45
new
Method · 0.45
link
Function · 0.45
link_rlib
Function · 0.45
link_exe
Function · 0.45
add_upstream_rust_crates
Function · 0.45
regenerate_rustc_source_file
Method · 0.45
src_loc_to_rustc
Method · 0.45
select_function_by_id
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected