#[repr(C)]pub struct Iterator_0 {
pub cursor: TreeCursor,
pub language: *const TSLanguage,
pub visible_depth: c_uint,
pub in_padding: bool,
}
Fields§
§cursor: TreeCursor
§language: *const TSLanguage
§visible_depth: c_uint
§in_padding: bool
Trait Implementations§
Source§impl Clone for Iterator_0
impl Clone for Iterator_0
Source§fn clone(&self) -> Iterator_0
fn clone(&self) -> Iterator_0
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 Iterator_0
Auto Trait Implementations§
impl Freeze for Iterator_0
impl RefUnwindSafe for Iterator_0
impl !Send for Iterator_0
impl !Sync for Iterator_0
impl Unpin for Iterator_0
impl UnwindSafe for Iterator_0
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