#[repr(C)]pub struct TSLexeme {
pub nvariant: uint16,
pub flags: uint16,
pub lexeme: *mut c_char,
}
Fields§
§nvariant: uint16
§flags: uint16
§lexeme: *mut c_char
Trait Implementations§
impl Copy for TSLexeme
Auto Trait Implementations§
impl Freeze for TSLexeme
impl RefUnwindSafe for TSLexeme
impl !Send for TSLexeme
impl !Sync for TSLexeme
impl Unpin for TSLexeme
impl UnwindSafe for TSLexeme
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