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

pub struct BareFnTy<'tcx> {
    pub unsafety: Unsafety,
    pub abi: Abi,
    pub sig: Binder<FnSig<'tcx>>,
}

Fields

unsafety
abi
sig

Trait Implementations

impl<'tcx> HasProjectionTypes for BareFnTy<'tcx>

fn has_projection_types(&self) -> bool

impl<'tcx> TypeFoldable<'tcx> for BareFnTy<'tcx>

fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> BareFnTy<'tcx>

impl<'tcx> Repr<'tcx> for BareFnTy<'tcx>

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

Derived Implementations

impl<'tcx> Show for BareFnTy<'tcx>

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

impl<'tcx, __S: Writer> Hash<__S> for BareFnTy<'tcx>

fn hash(&self, __arg_0: &mut __S)

impl<'tcx> Eq for BareFnTy<'tcx>

fn assert_receiver_is_total_eq(&self)

impl<'tcx> PartialEq<BareFnTy<'tcx>> for BareFnTy<'tcx>

fn eq(&self, __arg_0: &BareFnTy<'tcx>) -> bool

fn ne(&self, __arg_0: &BareFnTy<'tcx>) -> bool

fn ne(&self, &BareFnTy<'tcx>) -> bool

impl<'tcx> Clone for BareFnTy<'tcx>

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

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