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

pub struct PyGetterDef {
    pub name: &'static str,
    pub meth: getter,
    pub doc: &'static str,
}

Fields

Methods

impl PyGetterDef
[src]

[src]

Copy descriptor information to ffi::PyGetSetDef

Trait Implementations

impl Copy for PyGetterDef
[src]

impl Clone for PyGetterDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PyGetterDef
[src]

[src]

Formats the value using the given formatter. Read more

impl Sync for PyGetterDef
[src]

Auto Trait Implementations

impl Send for PyGetterDef