Struct libmarpa_sys::Struct_marpa_config [] [src]

pub struct Struct_marpa_config {
    pub t_is_ok: c_int,
    pub t_error: Marpa_Error_Code,
    pub t_error_string: *const c_char,
}

Fields

t_is_ok: c_int t_error: Marpa_Error_Code t_error_string: *const c_char

Trait Implementations

impl Copy for Struct_marpa_config
[src]

impl Clone for Struct_marpa_config
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct_marpa_config
[src]

fn default() -> Self

Returns the "default value" for a type. Read more