Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ Event
Class
Event
crates/cust/src/event.rs:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
/// See the module-level documentation for more information.
67
#[derive(Debug)]
68
pub struct Event(CUevent);
69
70
unsafe impl Send for Event {}
71
unsafe impl Sync for Event {}
Callers
2
new
Method · 0.85
drop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected