[][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]

impl Copy for clingo_ast_theory_term__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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