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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more