struct Info [src]
Fields
sideeffect: bool = false
alignstack: bool = false
inteldialect: bool = false
unwind: bool = false
Source
pub const Info = packed struct {
sideeffect: bool = false,
alignstack: bool = false,
inteldialect: bool = false,
unwind: bool = false,
}