MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / clone

Method clone

python27-sys/src/descrobject.rs:24–26  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22impl Clone for PyGetSetDef {
23 #[inline]
24 fn clone(&self) -> PyGetSetDef {
25 *self
26 }
27}
28
29pub type wrapperfunc = unsafe extern "C" fn(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected