DoxigAlpha

setAttributes

Function parameters

Parameters

#
builder:*Builder

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
pub fn setAttributes(
    self: Index,
    new_function_attributes: FunctionAttributes,
    builder: *Builder,
) void {
    self.ptr(builder).attributes = new_function_attributes;
}