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

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

Fields

Trait Implementations

impl Debug for ExtMeta
[src]

Formats the value using the given formatter.

impl PartialEq for ExtMeta
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.