Struct llvm_ir::function::Parameter [−][src]
pub struct Parameter {
pub name: Name,
pub ty: TypeRef,
pub attributes: Vec<ParameterAttribute>,
}
Fields
name: Name
ty: TypeRef
attributes: Vec<ParameterAttribute>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parameter
impl UnwindSafe for Parameter
Blanket Implementations
Mutably borrows from an owned value. Read more