Struct clingo_sys::clingo_ast_conditional_literal [] [src]

#[repr(C)]
pub struct clingo_ast_conditional_literal { pub literal: clingo_ast_literal_t, pub condition: *const clingo_ast_literal_t, pub size: usize, }

Fields

Trait Implementations

impl Debug for clingo_ast_conditional_literal
[src]

Formats the value using the given formatter.

impl Copy for clingo_ast_conditional_literal
[src]

impl Clone for clingo_ast_conditional_literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more