Struct rustc::middle::ty::mt[src]

pub struct mt {
    pub ty: t,
    pub mutbl: Mutability,
}

Fields

ty
mutbl

Trait Implementations

impl TypeFoldable for mt

fn fold_with<F: TypeFolder>(&self, folder: &mut F) -> mt

impl Repr for mt

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

Derived Implementations

impl<__S: Writer> Hash<__S> for mt

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

impl Eq for mt

fn assert_receiver_is_total_eq(&self)

impl PartialEq for mt

fn eq(&self, __arg_0: &mt) -> bool

fn ne(&self, __arg_0: &mt) -> bool

impl Clone for mt

fn clone(&self) -> mt

fn clone_from(&mut self, source: &Self)