Struct python3_sys::PyFutureFeatures [−][src]
Fields
ff_features: c_int
ff_lineno: c_int
Trait Implementations
impl Copy for PyFutureFeatures[src]
impl Copy for PyFutureFeaturesimpl Clone for PyFutureFeatures[src]
impl Clone for PyFutureFeaturesfn clone(&self) -> PyFutureFeatures[src]
fn clone(&self) -> PyFutureFeaturesReturns 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 PyFutureFeatures
impl Send for PyFutureFeaturesimpl Sync for PyFutureFeatures
impl Sync for PyFutureFeatures