#[repr(C)]pub struct zend_atomic_bool_s {
pub value: bool,
}
Fields§
§value: bool
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 moreSource§impl Debug for zend_atomic_bool_s
impl Debug for zend_atomic_bool_s
Source§impl Default for zend_atomic_bool_s
impl Default for zend_atomic_bool_s
Source§fn default() -> zend_atomic_bool_s
fn default() -> zend_atomic_bool_s
Returns the “default value” for a type. Read more
impl Copy for zend_atomic_bool_s
Auto Trait Implementations§
impl Freeze for zend_atomic_bool_s
impl RefUnwindSafe for zend_atomic_bool_s
impl Send for zend_atomic_bool_s
impl Sync for zend_atomic_bool_s
impl Unpin for zend_atomic_bool_s
impl UnwindSafe for zend_atomic_bool_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more