Struct python27_sys::PyMemoryViewObject[][src]

#[repr(C)]
pub struct PyMemoryViewObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub base: *mut PyObject, pub view: Py_buffer, }

Fields

Trait Implementations

impl Copy for PyMemoryViewObject
[src]

impl Clone for PyMemoryViewObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations