Struct python27_sys::PyVarObject[][src]

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

Fields

Trait Implementations

impl Copy for PyVarObject
[src]

impl Clone for PyVarObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyVarObject

impl !Sync for PyVarObject