Struct libmarpa_sys::Struct_marpa_progress_item [] [src]

pub struct Struct_marpa_progress_item {
    pub t_rule_id: Marpa_Rule_ID,
    pub t_position: c_int,
    pub t_origin: c_int,
}

Fields

t_rule_id: Marpa_Rule_ID t_position: c_int t_origin: c_int

Trait Implementations

impl Copy for Struct_marpa_progress_item
[src]

impl Clone for Struct_marpa_progress_item
[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_progress_item
[src]

fn default() -> Self

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