Function setAttributes [src]
Prototype
pub fn setAttributes( self: Index, new_function_attributes: FunctionAttributes, builder: *Builder, ) void
Parameters
self: Index
new_function_attributes: FunctionAttributes
builder: *Builder
Source
pub fn setAttributes(
self: Index,
new_function_attributes: FunctionAttributes,
builder: *Builder,
) void {
self.ptr(builder).attributes = new_function_attributes;
}