Struct cpp_common::Closure[][src]

pub struct Closure {
    pub sig: ClosureSig,
    pub body: Spanned<String>,
    pub callback_offset: u32,
}

Fields

Trait Implementations

impl Clone for Closure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Closure
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Closure
[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 Closure
[src]

Auto Trait Implementations

impl Send for Closure

impl Sync for Closure