[][src]Struct mynewt::encoding::json::json_buffer

#[repr(C)]
pub struct json_buffer { pub jb_readn: json_buffer_readn_t, pub jb_read_next: json_buffer_read_next_byte_t, pub jb_read_prev: json_buffer_read_prev_byte_t, }

Fields

jb_readn: json_buffer_readn_tjb_read_next: json_buffer_read_next_byte_tjb_read_prev: json_buffer_read_prev_byte_t

Trait Implementations

impl Default for json_buffer[src]

Auto Trait Implementations

impl Send for json_buffer

impl Sync for json_buffer

Blanket Implementations

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> From<T> for T[src]

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

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.

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

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

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