Struct python3_sys::PyBufferProcs [−][src]
#[repr(C)]pub struct PyBufferProcs { pub bf_getbuffer: Option<getbufferproc>, pub bf_releasebuffer: Option<releasebufferproc>, }
Fields
bf_getbuffer: Option<getbufferproc>
bf_releasebuffer: Option<releasebufferproc>
Trait Implementations
impl Copy for PyBufferProcs
[src]
impl Copy for PyBufferProcs
impl Clone for PyBufferProcs
[src]
impl Clone for PyBufferProcs
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for PyBufferProcs
[src]
impl Default for PyBufferProcs
Auto Trait Implementations
impl Send for PyBufferProcs
impl Send for PyBufferProcs
impl Sync for PyBufferProcs
impl Sync for PyBufferProcs