Struct llvm_ir::function::Parameter [−][src]
pub struct Parameter {
pub name: Name,
pub ty: TypeRef,
pub attributes: Vec<ParameterAttribute>,
}Fields
name: Namety: TypeRefattributes: 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