Struct clingo_sys::clingo_ast_unary_operation [] [src]

#[repr(C)]
pub struct clingo_ast_unary_operation { pub unary_operator: clingo_ast_unary_operator_t, pub argument: clingo_ast_term_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_unary_operation
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_unary_operation
[src]

impl Clone for clingo_ast_unary_operation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more