Struct phper_sys::_zend_brk_cont_element
source · [−]#[repr(C)]pub struct _zend_brk_cont_element {
pub start: c_int,
pub cont: c_int,
pub brk: c_int,
pub parent: c_int,
pub is_switch: zend_bool,
}
Fields
start: c_int
cont: c_int
brk: c_int
parent: c_int
is_switch: zend_bool
Trait Implementations
sourceimpl Clone for _zend_brk_cont_element
impl Clone for _zend_brk_cont_element
sourcefn clone(&self) -> _zend_brk_cont_element
fn clone(&self) -> _zend_brk_cont_element
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _zend_brk_cont_element
impl Debug for _zend_brk_cont_element
impl Copy for _zend_brk_cont_element
Auto Trait Implementations
impl RefUnwindSafe for _zend_brk_cont_element
impl Send for _zend_brk_cont_element
impl Sync for _zend_brk_cont_element
impl Unpin for _zend_brk_cont_element
impl UnwindSafe for _zend_brk_cont_element
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more