Struct in3_sys::json_parser[][src]

#[repr(C)]pub struct json_parser {
    pub result: *mut d_token_t,
    pub c: *mut c_char,
    pub allocated: usize,
    pub len: usize,
    pub depth: usize,
    pub keys: *mut u8,
    pub keys_last: usize,
}

Fields

result: *mut d_token_tc: *mut c_charallocated: usizelen: usizedepth: usizekeys: *mut u8keys_last: usize

Trait Implementations

impl Clone for json_parser[src]

impl Copy for json_parser[src]

impl Debug for json_parser[src]

Auto Trait Implementations

impl !Send for json_parser

impl !Sync for json_parser

impl Unpin for json_parser

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.