Struct cpp_demangle::ast::NvOffset [] [src]

pub struct NvOffset(_);

A non-virtual offset, as described by the production.

<nv-offset> ::= <offset number>

Trait Implementations

impl Clone for NvOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NvOffset
[src]

Formats the value using the given formatter.

impl PartialEq for NvOffset
[src]

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

This method tests for !=.

impl Eq for NvOffset
[src]