Struct parser_c::data::r_list::Reversed
[−]
[src]
pub struct Reversed<a>(pub a);
Trait Implementations
impl<a: Clone> Clone for Reversed<a>
[src]
fn clone(&self) -> Reversed<a>
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