Struct std::raw::ClosureExperimental [-]  [+] [src]

pub struct Closure {
    pub code: *mut (),
    pub env: *mut (),
}

The representation of a Rust closure

Fields

code
env

Trait Implementations

Derived Implementations

impl Copy for Closure