struct CommonOptions [src]
Options shared across most calling conventions.
Fields
incoming_stack_alignment: ?u64 = nullThe boundary the stack is aligned to when the function is called.
null means the default for this calling convention.
Source
pub const CommonOptions = struct {
/// The boundary the stack is aligned to when the function is called.
/// `null` means the default for this calling convention.
incoming_stack_alignment: ?u64 = null,
}