Struct cpp_demangle::ast::VOffset [−][src]
pub struct VOffset(_, _);
A virtual offset, as described by the <v-offset> production.
<v-offset> ::= <offset number> _ <virtual offset number>
Trait Implementations
impl Clone for VOffset[src]
impl Clone for VOffsetfn clone(&self) -> VOffset[src]
fn clone(&self) -> VOffsetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VOffset[src]
impl Debug for VOffsetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for VOffset[src]
impl PartialEq for VOffsetfn eq(&self, other: &VOffset) -> bool[src]
fn eq(&self, other: &VOffset) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VOffset) -> bool[src]
fn ne(&self, other: &VOffset) -> boolThis method tests for !=.
impl Eq for VOffset[src]
impl Eq for VOffset