MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / as_mut_ptr

Method as_mut_ptr

crates/optix/src/sys.rs:23–25  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

21
22impl SbtRecordHeader {
23 pub fn as_mut_ptr(&mut self) -> *mut std::os::raw::c_void {
24 self.header.as_mut_ptr() as *mut std::os::raw::c_void
25 }
26}
27
28// Manually define the build input union as the bindgen is pretty nasty

Callers 15

renderMethod · 0.45
defaultMethod · 0.45
func_params_typesMethod · 0.45
internalize_passFunction · 0.45
get_paramsFunction · 0.45
struct_type_fieldsFunction · 0.45
newMethod · 0.45
error_logMethod · 0.45
info_logMethod · 0.45
ir_versionFunction · 0.45
dbg_versionFunction · 0.45
nvvm_versionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected