Struct rustc_trans::middle::ty::UnboxedClosureExperimental [-]  [+] [src]

pub struct UnboxedClosure<'tcx> {
    pub closure_type: ClosureTy<'tcx>,
    pub kind: UnboxedClosureKind,
}

Records information about each unboxed closure.

Fields

closure_type

The type of the unboxed closure.

kind

The kind of unboxed closure this is.

Trait Implementations

Derived Implementations

impl<'tcx> Clone for UnboxedClosure<'tcx>

fn clone(&self) -> UnboxedClosure<'tcx>

fn clone_from(&mut self, &UnboxedClosure<'tcx>)