Struct phper_sys::_zend_ast_decl[][src]

#[repr(C)]
pub struct _zend_ast_decl { pub kind: zend_ast_kind, pub attr: zend_ast_attr, pub start_lineno: u32, pub end_lineno: u32, pub flags: u32, pub lex_pos: *mut c_uchar, pub doc_comment: *mut zend_string, pub name: *mut zend_string, pub child: [*mut zend_ast; 4], }

Fields

kind: zend_ast_kindattr: zend_ast_attrstart_lineno: u32end_lineno: u32flags: u32lex_pos: *mut c_uchardoc_comment: *mut zend_stringname: *mut zend_stringchild: [*mut zend_ast; 4]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.