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

#[repr(C)]
pub struct cbor_encoder_writer { pub write: cbor_encoder_write, pub bytes_written: c_int, }

Fields

write: cbor_encoder_writebytes_written: c_int

Trait Implementations

impl Default for cbor_encoder_writer[src]

Auto Trait Implementations

impl Send for cbor_encoder_writer

impl Sync for cbor_encoder_writer

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]