Struct python3_sys::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PyBufferProcs
[src]

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