Struct jsmn_rs::raw::jsmn_parser[][src]

#[repr(C)]
pub struct jsmn_parser { pub pos: c_uint, pub toknext: c_uint, pub toksuper: c_int, }

JSON parser. Contains an array of token blocks available. Also stores the string being parsed now and current position in that string

Fields

Trait Implementations

impl Debug for jsmn_parser
[src]

Formats the value using the given formatter. Read more

impl Copy for jsmn_parser
[src]

impl Clone for jsmn_parser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for jsmn_parser

impl Sync for jsmn_parser