Struct python3_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 PyGetSetDefimpl Clone for PyGetSetDef[src]
impl Clone for PyGetSetDeffn clone(&self) -> PyGetSetDef[src]
fn clone(&self) -> PyGetSetDefReturns 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 PyGetSetDefimpl !Sync for PyGetSetDef
impl !Sync for PyGetSetDef