#[repr(C)]pub struct gtoken_s {
pub type_: gtoken_t,
pub lineno: u32,
pub colno: u32,
pub position: u32,
pub bytes: u32,
pub length: u32,
pub fileid: u32,
pub builtin: gbuiltin_t,
pub value: *const c_char,
}Fields§
§type_: gtoken_t§lineno: u32§colno: u32§position: u32§bytes: u32§length: u32§fileid: u32§builtin: gbuiltin_t§value: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for gtoken_s
impl RefUnwindSafe for gtoken_s
impl !Send for gtoken_s
impl !Sync for gtoken_s
impl Unpin for gtoken_s
impl UnwindSafe for gtoken_s
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