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

Method to_raw

crates/cust/src/function.rs:314–316  ·  view source on GitHub ↗

Retrieves a raw handle to this function.

(&self)

Source from the content-addressed store, hash-verified

312
313 /// Retrieves a raw handle to this function.
314 pub fn to_raw(&self) -> CUfunction {
315 self.inner
316 }
317
318 // occupancy ----
319

Calls

no outgoing calls

Tested by

no test coverage detected