MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / CMessage

Class CMessage

flow-message/src/c.rs:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[repr(C)]
13pub struct CMessage {
14 pub ptr: *mut libc::c_void,
15 pub clone_func: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void,
16 pub release_func: extern "C" fn(*mut libc::c_void),
17}
18
19pub struct Message(Option<CMessage>);
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected