#[repr(C)]pub 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_intTrait Implementations§
Source§impl Clone for marpa_progress_item
impl Clone for marpa_progress_item
Source§fn clone(&self) -> marpa_progress_item
fn clone(&self) -> marpa_progress_item
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for marpa_progress_item
impl Debug for marpa_progress_item
impl Copy for marpa_progress_item
Auto Trait Implementations§
impl Freeze for marpa_progress_item
impl RefUnwindSafe for marpa_progress_item
impl Send for marpa_progress_item
impl Sync for marpa_progress_item
impl Unpin for marpa_progress_item
impl UnwindSafe for marpa_progress_item
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more