Struct python27_sys::PyIntObject
[−]
[src]
pub struct PyIntObject {
pub ob_refcnt: Py_ssize_t,
pub ob_type: *mut PyTypeObject,
pub ob_ival: c_long,
}Fields
ob_refcnt: Py_ssize_t
ob_type: *mut PyTypeObject
ob_ival: c_long
Trait Implementations
impl Clone for PyIntObject[src]
fn clone(&self) -> PyIntObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more