Struct pyo3::ffi::PyCompilerFlags [] [src]

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

Trait Implementations

impl Copy for PyCompilerFlags
[src]

impl Clone for PyCompilerFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations