Struct python27_sys::PyTupleObject[][src]

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

Fields

Trait Implementations

impl Copy for PyTupleObject
[src]

impl Clone for PyTupleObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyTupleObject

impl !Sync for PyTupleObject