Implement Clone for Language
This commit is contained in:
parent
c8125ec617
commit
0c2e1c189b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ use std::marker::PhantomData;
|
|||
use std::os::raw::{c_char, c_void};
|
||||
use std::ptr;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[repr(transparent)]
|
||||
pub struct Language (*const ffi::TSLanguage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue