Struct rustc::middle::ty::mt[src]
pub struct mt {
pub ty: t,
pub mutbl: Mutability,
}Fields
ty | |
mutbl |
pub struct mt {
pub ty: t,
pub mutbl: Mutability,
}ty | |
mutbl |
impl TypeFoldable for mtfn fold_with<F: TypeFolder>(&self, folder: &mut F) -> mtimpl Repr for mtimpl<__S: Writer> Hash<__S> for mtfn hash(&self, __arg_0: &mut __S)impl Eq for mtfn assert_receiver_is_total_eq(&self)impl PartialEq for mtimpl Clone for mtfn clone(&self) -> mtfn 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).