MCPcopy 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)]
68pub struct Event(CUevent);
69
70unsafe impl Send for Event {}
71unsafe impl Sync for Event {}

Callers 2

newMethod · 0.85
dropMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected