Struct clingo_sys::clingo_ast_term [] [src]

#[repr(C)]
pub struct clingo_ast_term { pub location: clingo_location_t, pub type_: clingo_ast_term_type_t, pub __bindgen_anon_1: clingo_ast_term__bindgen_ty_1, }

Fields

Trait Implementations

impl Debug for clingo_ast_term
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_term
[src]

impl Clone for clingo_ast_term
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more