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

#[repr(C)]
pub struct json_encoder { pub je_write: json_write_func_t, pub je_arg: *mut c_void, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub je_encode_buf: [c_char; 64], }

Fields

je_write: json_write_func_tje_arg: *mut c_void_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>je_encode_buf: [c_char; 64]

Methods

impl json_encoder[src]

pub fn je_wr_commas(&self) -> c_int[src]

pub fn set_je_wr_commas(&mut self, val: c_int)[src]

pub fn new_bitfield_1(je_wr_commas: c_int) -> __BindgenBitfieldUnit<[u8; 1], u8>[src]

Trait Implementations

impl Default for json_encoder[src]

Auto Trait Implementations

impl !Send for json_encoder

impl !Sync for json_encoder

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]