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

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

The representation of an old closure.

Fields

code
env

Trait Implementations

Derived Implementations

impl Copy for Closure