Struct rbml::reader::ResExperimental [-]  [+] [src]

pub struct Res {
    pub val: uint,
    pub next: uint,
}

Fields

val
next

Trait Implementations

Derived Implementations

impl Copy for Res