#[repr(C)]pub struct zend_ast_evaluate_ctx {
pub had_side_effects: bool,
}
Fields§
§had_side_effects: bool
Trait Implementations§
Source§impl Clone for zend_ast_evaluate_ctx
impl Clone for zend_ast_evaluate_ctx
Source§fn clone(&self) -> zend_ast_evaluate_ctx
fn clone(&self) -> zend_ast_evaluate_ctx
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for zend_ast_evaluate_ctx
impl Debug for zend_ast_evaluate_ctx
Source§impl Default for zend_ast_evaluate_ctx
impl Default for zend_ast_evaluate_ctx
Source§fn default() -> zend_ast_evaluate_ctx
fn default() -> zend_ast_evaluate_ctx
Returns the “default value” for a type. Read more
impl Copy for zend_ast_evaluate_ctx
Auto Trait Implementations§
impl Freeze for zend_ast_evaluate_ctx
impl RefUnwindSafe for zend_ast_evaluate_ctx
impl Send for zend_ast_evaluate_ctx
impl Sync for zend_ast_evaluate_ctx
impl Unpin for zend_ast_evaluate_ctx
impl UnwindSafe for zend_ast_evaluate_ctx
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