Struct jsmn_rs::JsmnParser[][src]

#[repr(C)]
pub struct JsmnParser { pub pos: usize, pub toknext: usize, pub toksuper: isize, }

A JsmnParser is the parser state for the jsmn library.

Fields

Methods

impl JsmnParser
[src]

Trait Implementations

impl Debug for JsmnParser
[src]

Formats the value using the given formatter. Read more

impl Copy for JsmnParser
[src]

impl Clone for JsmnParser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JsmnParser
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for JsmnParser

impl Sync for JsmnParser