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

Method default

python3-sys/src/pyhash.rs:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19impl Default for PyHash_FuncDef {
20 #[inline]
21 fn default() -> Self {
22 unsafe { ::core::mem::zeroed() }
23 }
24}
25
26#[cfg_attr(windows, link(name = "pythonXY"))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected