Struct llvm_ir::types::TypeRef [−][src]
pub struct TypeRef(_);Expand description
A TypeRef is a reference to a Type.
Most importantly, it implements AsRef<Type> and Deref<Target = Type>.
It also has a cheap Clone – only the reference is cloned, not the
underlying Type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeRef
impl UnwindSafe for TypeRef
Blanket Implementations
Mutably borrows from an owned value. Read more