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
ob_refcnt: Py_ssize_t
ob_type: *mut PyTypeObject
ob_ival: c_long
Trait Implementations
impl Copy for PyIntObject
[src]
impl Copy for PyIntObject
impl Clone for PyIntObject
[src]
impl Clone for PyIntObject
fn clone(&self) -> PyIntObject
[src]
fn clone(&self) -> PyIntObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for PyIntObject
impl !Send for PyIntObject
impl !Sync for PyIntObject
impl !Sync for PyIntObject