[][src]Struct mynewt::encoding::tinycbor::cbor_decoder_reader

#[repr(C)]
pub struct cbor_decoder_reader { pub get8: cbor_reader_get8, pub get16: cbor_reader_get16, pub get32: cbor_reader_get32, pub get64: cbor_reader_get64, pub cmp: cbor_memcmp, pub cpy: cbor_memcpy, pub message_size: usize, }

Fields

get8: cbor_reader_get8get16: cbor_reader_get16get32: cbor_reader_get32get64: cbor_reader_get64cmp: cbor_memcmpcpy: cbor_memcpymessage_size: usize

Trait Implementations

impl Default for cbor_decoder_reader[src]

Auto Trait Implementations

impl Send for cbor_decoder_reader

impl Sync for cbor_decoder_reader

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]