Struct python3_sys::PyStructSequence_Field [] [src]

pub struct PyStructSequence_Field {
    pub name: *mut c_char,
    pub doc: *mut c_char,
}

Fields

name: *mut c_char doc: *mut c_char

Trait Implementations

impl Copy for PyStructSequence_Field
[src]

impl Clone for PyStructSequence_Field
[src]

fn clone(&self) -> PyStructSequence_Field

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more