Enum python27_sys::PyGILState_STATE
[−]
[src]
pub enum PyGILState_STATE {
PyGILState_LOCKED,
PyGILState_UNLOCKED,
}Variants
PyGILState_LOCKEDPyGILState_UNLOCKEDTrait Implementations
impl Clone for PyGILState_STATE[src]
fn clone(&self) -> PyGILState_STATE
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more