Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyCompilerFlags
Class
PyCompilerFlags
python27-sys/src/pythonrun.rs:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#[repr(C)]
19
#[derive(Copy, Clone)]
20
pub struct PyCompilerFlags {
21
pub cf_flags: c_int,
22
}
23
24
#[allow(missing_copy_implementations)]
25
#[repr(C)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected