Struct tree_sitter_c2rust::ffi::AnalysisStateEntry
source · #[repr(C)]pub struct AnalysisStateEntry {
pub parse_state: c_ushort,
pub parent_symbol: c_ushort,
pub child_index: c_ushort,
pub field_id_done: [u8; 2],
}
Fields§
§parse_state: c_ushort
§parent_symbol: c_ushort
§child_index: c_ushort
§field_id_done: [u8; 2]
Implementations§
source§impl AnalysisStateEntry
impl AnalysisStateEntry
Trait Implementations§
source§impl Clone for AnalysisStateEntry
impl Clone for AnalysisStateEntry
source§fn clone(&self) -> AnalysisStateEntry
fn clone(&self) -> AnalysisStateEntry
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 AnalysisStateEntry
Auto Trait Implementations§
impl Freeze for AnalysisStateEntry
impl RefUnwindSafe for AnalysisStateEntry
impl Send for AnalysisStateEntry
impl Sync for AnalysisStateEntry
impl Unpin for AnalysisStateEntry
impl UnwindSafe for AnalysisStateEntry
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: 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
)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
)