Struct cpp_common::Capture [] [src]

pub struct Capture {
    pub mutable: bool,
    pub name: Ident,
    pub cpp: String,
}

Fields

Trait Implementations

impl Clone for Capture
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Capture
[src]

[src]

Formats the value using the given formatter.

impl Hash for Capture
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Capture
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Capture
[src]