Struct clingo_sys::clingo_ast_id [] [src]

#[repr(C)]
pub struct clingo_ast_id { pub location: clingo_location_t, pub id: *const c_char, }

Fields

Trait Implementations

impl Debug for clingo_ast_id
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_id
[src]

impl Clone for clingo_ast_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more