Struct pyo3::ffi::PyFutureFeatures [] [src]

#[repr(C)]
pub struct PyFutureFeatures { pub ff_features: c_int, pub ff_lineno: c_int, }

Fields

Trait Implementations

impl Copy for PyFutureFeatures
[src]

impl Clone for PyFutureFeatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations