Type Alias zend_atomic_bool

Source
pub type zend_atomic_bool = zend_atomic_bool_s;

Aliased Type§

struct zend_atomic_bool {
    pub value: bool,
}

Fields§

§value: bool