Struct python3_sys::PyModuleDef_Slot [] [src]

#[repr(C)]
pub struct PyModuleDef_Slot { pub slot: c_int, pub value: *mut c_void, }

Fields

Trait Implementations

impl Copy for PyModuleDef_Slot
[src]

impl Clone for PyModuleDef_Slot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more