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

Method clone

python3-sys/src/structseq.rs:20–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18impl Clone for PyStructSequence_Field {
19 #[inline]
20 fn clone(&self) -> PyStructSequence_Field {
21 *self
22 }
23}
24
25#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected