Struct pyo3::ffi::PyVarObject [] [src]

#[repr(C)]
pub struct PyVarObject { pub ob_base: PyObject, pub ob_size: Py_ssize_t, }

Fields

Trait Implementations

impl Debug for PyVarObject
[src]

[src]

Formats the value using the given formatter.

impl Copy for PyVarObject
[src]

impl Clone for PyVarObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more