#[repr(C)]
pub union TSParseAction {
pub shift: C2RustUnnamed_2,
pub reduce: C2RustUnnamed_1,
pub type_: c_uchar,
}
Fields§
§shift: C2RustUnnamed_2
§reduce: C2RustUnnamed_1
§type_: c_uchar
Trait Implementations§
Source§impl Clone for TSParseAction
impl Clone for TSParseAction
Source§fn clone(&self) -> TSParseAction
fn clone(&self) -> TSParseAction
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 moreimpl Copy for TSParseAction
Auto Trait Implementations§
impl Freeze for TSParseAction
impl RefUnwindSafe for TSParseAction
impl Send for TSParseAction
impl Sync for TSParseAction
impl Unpin for TSParseAction
impl UnwindSafe for TSParseAction
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