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

pub struct field_ty {
    pub name: Name,
    pub id: DefId,
    pub vis: Visibility,
    pub origin: DefId,
}

Fields

name
id
vis
origin

Trait Implementations

Derived Implementations

impl Clone for field_ty

fn clone(&self) -> field_ty

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