Struct rustc::middle::ty::BareFnTy[src]
pub struct BareFnTy {
pub fn_style: FnStyle,
pub abi: Abi,
pub sig: FnSig,
}Fields
fn_style | |
abi | |
sig |
pub struct BareFnTy {
pub fn_style: FnStyle,
pub abi: Abi,
pub sig: FnSig,
}fn_style | |
abi | |
sig |
impl TypeFoldable for BareFnTyfn fold_with<F: TypeFolder>(&self, folder: &mut F) -> BareFnTyimpl Repr for BareFnTyimpl<__S: Writer> Hash<__S> for BareFnTyfn hash(&self, __arg_0: &mut __S)impl Eq for BareFnTyfn assert_receiver_is_total_eq(&self)impl PartialEq for BareFnTyimpl Clone for BareFnTyfn clone(&self) -> BareFnTyfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).