Struct gravity::gtoken_s [] [src]

#[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

Trait Implementations

impl Debug for gtoken_s
[src]

Formats the value using the given formatter.

impl Copy for gtoken_s
[src]

impl Clone for gtoken_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more