Struct python27_sys::PyListObject[][src]

#[repr(C)]
pub struct PyListObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub ob_size: Py_ssize_t, pub ob_item: *mut *mut PyObject, pub allocated: Py_ssize_t, }

Fields

Trait Implementations

impl Copy for PyListObject
[src]

impl Clone for PyListObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyListObject

impl !Sync for PyListObject