Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ clone
Method
clone
python27-sys/src/import.rs:14–16 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
12
impl Clone for PyImport_Struct_inittab {
13
#[inline]
14
fn clone(&self) -> PyImport_Struct_inittab {
15
*self
16
}
17
}
18
19
#[repr(C)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected