Struct tree_sitter::ffi::TSPoint
source · #[repr(C)]pub struct TSPoint {
pub row: u32,
pub column: u32,
}
Fields§
§row: u32
§column: u32
Trait Implementations§
impl Copy for TSPoint
Auto Trait Implementations§
impl Freeze for TSPoint
impl RefUnwindSafe for TSPoint
impl Send for TSPoint
impl Sync for TSPoint
impl Unpin for TSPoint
impl UnwindSafe for TSPoint
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