Struct clingo_sys::clingo_ast_body_aggregate [] [src]

#[repr(C)]
pub struct clingo_ast_body_aggregate { pub function: clingo_ast_aggregate_function_t, pub elements: *const clingo_ast_body_aggregate_element_t, pub size: usize, pub left_guard: *const clingo_ast_aggregate_guard_t, pub right_guard: *const clingo_ast_aggregate_guard_t, }

Fields

Trait Implementations

impl Debug for clingo_ast_body_aggregate
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_body_aggregate
[src]

impl Clone for clingo_ast_body_aggregate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations