Enum llvm_ir::function::ParameterAttribute [−][src]
pub enum ParameterAttribute {
}Expand description
ParameterAttributes can apply to function parameters as well as function return types.
See LLVM 12 docs on Parameter Attributes
Variants
Alignment(u64)Dereferenceable(u64)DereferenceableOrNull(u64)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ParameterAttributeimpl Send for ParameterAttributeimpl Sync for ParameterAttributeimpl Unpin for ParameterAttributeimpl UnwindSafe for ParameterAttributeBlanket Implementations
Mutably borrows from an owned value. Read more