Struct ext_php_rs::ffi::zend_atomic_bool_s
source · #[repr(C)]pub struct zend_atomic_bool_s {
pub value: u8,
}
Fields§
§value: u8
Trait Implementations§
source§impl Clone for zend_atomic_bool_s
impl Clone for zend_atomic_bool_s
source§fn clone(&self) -> zend_atomic_bool_s
fn clone(&self) -> zend_atomic_bool_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more