Type Alias zend_atomic_bool

Source
pub type zend_atomic_bool = zend_atomic_bool_s;

Aliased Type§

#[repr(C)]
pub struct zend_atomic_bool { pub value: bool, }

Fields§

§value: bool