Struct clingo_sys::clingo_solve_control [] [src]

#[repr(C)]
pub struct clingo_solve_control { /* fields omitted */ }

Trait Implementations

impl Debug for clingo_solve_control
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for clingo_solve_control
[src]

impl Clone for clingo_solve_control
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations