Struct pyo3::class::methods::PySetterDef[][src]

pub struct PySetterDef {
    pub name: &'static str,
    pub meth: setter,
    pub doc: &'static str,
}

Fields

Methods

impl PySetterDef
[src]

Copy descriptor information to ffi::PyGetSetDef

Trait Implementations

impl Copy for PySetterDef
[src]

impl Clone for PySetterDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PySetterDef
[src]

Formats the value using the given formatter. Read more

impl Sync for PySetterDef
[src]

Auto Trait Implementations

impl Send for PySetterDef