Struct python27_sys::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyGetSetDef

impl !Sync for PyGetSetDef