Struct clingo_sys::clingo_ast_literal [] [src]

#[repr(C)]
pub struct clingo_ast_literal { pub location: clingo_location_t, pub sign: clingo_ast_sign_t, pub type_: clingo_ast_literal_type_t, pub __bindgen_anon_1: clingo_ast_literal__bindgen_ty_1, }

Fields

Trait Implementations

impl Copy for clingo_ast_literal
[src]

impl Clone for clingo_ast_literal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations