Struct rmp::decode::ExtMeta [] [src]

pub struct ExtMeta {
    pub typeid: i8,
    pub size: u32,
}

Fields

typeid
size

Trait Implementations

Derived Implementations

impl PartialEq for ExtMeta

fn eq(&self, __arg_0: &ExtMeta) -> bool

fn ne(&self, __arg_0: &ExtMeta) -> bool

impl Debug for ExtMeta

fn fmt(&self, __arg_0: &mut Formatter) -> Result