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

pub struct AutoDerefRef<'tcx> {
    pub autoderefs: uint,
    pub autoref: Option<AutoRef<'tcx>>,
}

Fields

autoderefs
autoref

Methods

impl<'tcx> AutoDerefRef<'tcx>

fn is_identity(&self) -> bool

Trait Implementations

impl<'tcx> Repr<'tcx> for AutoDerefRef<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String

Derived Implementations

impl<'tcx> Show for AutoDerefRef<'tcx>

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

impl<'tcx> Clone for AutoDerefRef<'tcx>

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

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