Struct clingo_sys::clingo_ast_script [] [src]

#[repr(C)]
pub struct clingo_ast_script { pub type_: clingo_ast_script_type_t, pub code: *const c_char, }

Fields

Trait Implementations

impl Debug for clingo_ast_script
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_ast_script
[src]

impl Clone for clingo_ast_script
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations