Struct python3_sys::PyStructSequence_Desc [] [src]

#[repr(C)]
pub struct PyStructSequence_Desc { pub name: *mut c_char, pub doc: *mut c_char, pub fields: *mut PyStructSequence_Field, pub n_in_sequence: c_int, }

Fields

Trait Implementations

impl Copy for PyStructSequence_Desc
[src]

impl Clone for PyStructSequence_Desc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more