#[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: bool,
}
Fields§
§start: c_int
§cont: c_int
§brk: c_int
§parent: c_int
§is_switch: bool
Trait Implementations§
Source§impl Clone for _zend_brk_cont_element
impl Clone for _zend_brk_cont_element
Source§fn clone(&self) -> _zend_brk_cont_element
fn clone(&self) -> _zend_brk_cont_element
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_brk_cont_element
impl Debug for _zend_brk_cont_element
Source§impl Default for _zend_brk_cont_element
impl Default for _zend_brk_cont_element
Source§fn default() -> _zend_brk_cont_element
fn default() -> _zend_brk_cont_element
Returns the “default value” for a type. Read more
impl Copy for _zend_brk_cont_element
Auto Trait Implementations§
impl Freeze for _zend_brk_cont_element
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§
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