#[repr(C)]pub struct marpa_event {
pub t_type: Marpa_Event_Type,
pub t_value: c_int,
}Fields§
§t_type: Marpa_Event_Type§t_value: c_intTrait Implementations§
Source§impl Clone for marpa_event
impl Clone for marpa_event
Source§fn clone(&self) -> marpa_event
fn clone(&self) -> marpa_event
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_event
impl Debug for marpa_event
impl Copy for marpa_event
Auto Trait Implementations§
impl Freeze for marpa_event
impl RefUnwindSafe for marpa_event
impl Send for marpa_event
impl Sync for marpa_event
impl Unpin for marpa_event
impl UnwindSafe for marpa_event
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