Struct pyo3::ffi::PyBufferProcs [] [src]

#[repr(C)]
pub struct PyBufferProcs { pub bf_getbuffer: Option<getbufferproc>, pub bf_releasebuffer: Option<releasebufferproc>, }

Fields

Trait Implementations

impl Copy for PyBufferProcs
[src]

impl Clone for PyBufferProcs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PyBufferProcs
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PyBufferProcs
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for PyBufferProcs

impl Sync for PyBufferProcs