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

Class PyBufferProcs

python3-sys/src/object.rs:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 #[repr(C)]
361 #[derive(Copy)]
362 pub struct PyBufferProcs {
363 pub bf_getbuffer: Option<crate::object::getbufferproc>,
364 pub bf_releasebuffer: Option<crate::object::releasebufferproc>,
365 }
366 impl Clone for PyBufferProcs {
367 #[inline]
368 fn clone(&self) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected