#[repr(C)]pub struct ReduceAction {
pub count: u32,
pub symbol: u16,
pub dynamic_precedence: c_int,
pub production_id: c_ushort,
}
Fields§
§count: u32
§symbol: u16
§dynamic_precedence: c_int
§production_id: c_ushort
Trait Implementations§
Source§impl Clone for ReduceAction
impl Clone for ReduceAction
Source§fn clone(&self) -> ReduceAction
fn clone(&self) -> ReduceAction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ReduceAction
Auto Trait Implementations§
impl Freeze for ReduceAction
impl RefUnwindSafe for ReduceAction
impl Send for ReduceAction
impl Sync for ReduceAction
impl Unpin for ReduceAction
impl UnwindSafe for ReduceAction
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