Struct python27_sys::PyIntObject[][src]

#[repr(C)]
pub struct PyIntObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub ob_ival: c_long, }

Fields

Trait Implementations

impl Copy for PyIntObject
[src]

impl Clone for PyIntObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyIntObject

impl !Sync for PyIntObject