Type Alias Expression

Source
pub type Expression = expr;

Aliased Type§

struct Expression {
    pub type_: u16,
    pub __bindgen_anon_1: expr__bindgen_ty_1,
    pub argList: *mut expr,
    pub nextArg: *mut expr,
}

Fields§

§type_: u16§__bindgen_anon_1: expr__bindgen_ty_1§argList: *mut expr§nextArg: *mut expr