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
name: *mut c_char
get: Option<getter>
set: Option<setter>
doc: *mut c_char
closure: *mut c_void
Trait Implementations
impl Copy for PyGetSetDef
[src]
impl Copy for PyGetSetDef
impl Clone for PyGetSetDef
[src]
impl Clone for PyGetSetDef
fn clone(&self) -> PyGetSetDef
[src]
fn clone(&self) -> PyGetSetDef
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for PyGetSetDef
impl !Send for PyGetSetDef
impl !Sync for PyGetSetDef
impl !Sync for PyGetSetDef