Struct rustc_trans::middle::ty::fieldUnstable
[-] [+]
[src]
pub struct field<'tcx> {
pub name: Name,
pub mt: mt<'tcx>,
}Fields
name | |
mt |
pub struct field<'tcx> {
pub name: Name,
pub mt: mt<'tcx>,
}name | |
mt |
impl<'tcx> HasProjectionTypes for field<'tcx>fn has_projection_types(&self) -> boolimpl<'tcx> Repr<'tcx> for field<'tcx>impl<'tcx> TypeFoldable<'tcx> for field<'tcx>fn fold_with<F>(&self, folder: &mut F) -> field<'tcx> where F: TypeFolder<'tcx>impl<'tcx> Hash for field<'tcx>fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasherfn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<'tcx> Eq for field<'tcx>impl<'tcx> PartialEq<field<'tcx>> for field<'tcx>impl<'tcx> Clone for field<'tcx>fn clone(&self) -> field<'tcx>fn clone_from(&mut self, source: &Self)impl<'tcx> Copy for field<'tcx>
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, enum,
trait, typedef (or
tdef).