Struct python27_sys::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations