Struct clingo_sys::clingo_ast_disjunction [] [src]

#[repr(C)]
pub struct clingo_ast_disjunction { pub elements: *const clingo_ast_conditional_literal_t, pub size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_disjunction
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_disjunction
[src]

impl Clone for clingo_ast_disjunction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations