[−][src]Struct mynewt::encoding::json::json_encoder
Fields
je_write: json_write_func_t
je_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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,