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

#[repr(C)]pub struct json_attr_t__bindgen_ty_2 {
    pub integer: __BindgenUnionField<c_longlong>,
    pub uinteger: __BindgenUnionField<c_ulonglong>,
    pub real: __BindgenUnionField<f64>,
    pub boolean: __BindgenUnionField<bool>,
    pub character: __BindgenUnionField<c_char>,
    pub check: __BindgenUnionField<*mut c_char>,
    pub bindgen_union_field: u64,
}

Fields

integer: __BindgenUnionField<c_longlong>uinteger: __BindgenUnionField<c_ulonglong>real: __BindgenUnionField<f64>boolean: __BindgenUnionField<bool>character: __BindgenUnionField<c_char>check: __BindgenUnionField<*mut c_char>bindgen_union_field: u64

Trait Implementations

impl Default for json_attr_t__bindgen_ty_2[src]

Auto Trait Implementations

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> Same<T> for T

type Output = T

Should always be Self

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.