Struct clingo_sys::clingo_ast_definition [] [src]

#[repr(C)]
pub struct clingo_ast_definition { pub name: *const c_char, pub value: clingo_ast_term_t, pub is_default: bool, }

Fields

Trait Implementations

impl Copy for clingo_ast_definition
[src]

impl Clone for clingo_ast_definition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations