Struct tree_sitter_c2rust::core::PatternEntry
source · #[repr(C)]pub struct PatternEntry {
pub step_index: c_ushort,
pub pattern_index: c_ushort,
pub is_rooted: bool,
}
Fields§
§step_index: c_ushort
§pattern_index: c_ushort
§is_rooted: bool
Trait Implementations§
source§impl Clone for PatternEntry
impl Clone for PatternEntry
source§fn clone(&self) -> PatternEntry
fn clone(&self) -> PatternEntry
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 PatternEntry
Auto Trait Implementations§
impl Freeze for PatternEntry
impl RefUnwindSafe for PatternEntry
impl Send for PatternEntry
impl Sync for PatternEntry
impl Unpin for PatternEntry
impl UnwindSafe for PatternEntry
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