Struct pyo3::ffi::PyGetSetDef [] [src]

#[repr(C)]
pub struct PyGetSetDef { pub name: *mut c_char, pub get: Option<getter>, pub set: Option<setter>, pub doc: *mut c_char, pub closure: *mut c_void, }

Fields

Trait Implementations

impl Copy for PyGetSetDef
[src]

impl Clone for PyGetSetDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PyGetSetDef
[src]

[src]

Formats the value using the given formatter.

impl Sync for PyGetSetDef
[src]