[][src]Union clingo_sys::clingo_ast_theory_term__bindgen_ty_1

#[repr(C)]
pub union clingo_ast_theory_term__bindgen_ty_1 { pub symbol: clingo_symbol_t, pub variable: *const c_char, pub tuple: *const clingo_ast_theory_term_array_t, pub list: *const clingo_ast_theory_term_array_t, pub set: *const clingo_ast_theory_term_array_t, pub function: *const clingo_ast_theory_function_t, pub unparsed_term: *const clingo_ast_theory_unparsed_term_t, // some fields omitted }

Fields

symbol: clingo_symbol_tvariable: *const c_chartuple: *const clingo_ast_theory_term_array_tlist: *const clingo_ast_theory_term_array_tset: *const clingo_ast_theory_term_array_tfunction: *const clingo_ast_theory_function_tunparsed_term: *const clingo_ast_theory_unparsed_term_t

Trait Implementations

impl Clone for clingo_ast_theory_term__bindgen_ty_1[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for clingo_ast_theory_term__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]