Struct rbml::reader::Res
[−]
[src]
pub struct Res {
pub val: usize,
pub next: usize,
}Unstable (
rustc_private)Fields
val: usize
Unstable (
rustc_private)next: usize
Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for Res[src]
fn clone(&self) -> Res
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more