Union tree_sitter_c2rust::core::TSParseAction
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)