Enum python3_sys::PyGILState_STATE [] [src]

pub enum PyGILState_STATE {
    PyGILState_LOCKED,
    PyGILState_UNLOCKED,
}

Variants

PyGILState_LOCKEDPyGILState_UNLOCKED

Trait 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

impl Copy for PyGILState_STATE
[src]