Struct python3_sys::PyCompilerFlags[][src]

#[repr(C)]
pub struct PyCompilerFlags { /* fields omitted */ }

Trait Implementations

impl Copy for PyCompilerFlags
[src]

impl Clone for PyCompilerFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations