[][src]Union clingo_sys::clingo_ast_term__bindgen_ty_1

#[repr(C)]
pub union clingo_ast_term__bindgen_ty_1 { pub symbol: clingo_symbol_t, pub variable: *const c_char, pub unary_operation: *const clingo_ast_unary_operation_t, pub binary_operation: *const clingo_ast_binary_operation_t, pub interval: *const clingo_ast_interval_t, pub function: *const clingo_ast_function_t, pub external_function: *const clingo_ast_function_t, pub pool: *const clingo_ast_pool_t, // some fields omitted }

Fields

symbol: clingo_symbol_tvariable: *const c_charunary_operation: *const clingo_ast_unary_operation_tbinary_operation: *const clingo_ast_binary_operation_tinterval: *const clingo_ast_interval_tfunction: *const clingo_ast_function_texternal_function: *const clingo_ast_function_tpool: *const clingo_ast_pool_t

Trait Implementations

impl Clone for clingo_ast_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_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]