Struct python3_sys::PyVarObject
[−]
[src]
pub struct PyVarObject {
pub ob_base: PyObject,
pub ob_size: Py_ssize_t,
}Fields
ob_base: PyObject
ob_size: Py_ssize_t
Trait Implementations
impl Clone for PyVarObject[src]
fn clone(&self) -> PyVarObject
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