Struct rustc::middle::mem_categorization::UpvarExperimental [-]  [+] [src]

pub struct Upvar {
    pub id: UpvarId,
    pub kind: UnboxedClosureKind,
    pub is_unboxed: bool,
}

Fields

id
kind
is_unboxed

Trait Implementations

Derived Implementations

impl Show for Upvar

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Upvar

fn eq(&self, __arg_0: &Upvar) -> bool

fn ne(&self, __arg_0: &Upvar) -> bool

impl Copy for Upvar

impl Clone for Upvar

fn clone(&self) -> Upvar

fn clone_from(&mut self, source: &Self)