extern struct Assembly [src]
Fields
type: Type
assembly: String
constraints: String
Members
- Info (struct)
Source
pub const Assembly = extern struct {
type: Type,
assembly: String,
constraints: String,
pub const Info = packed struct {
sideeffect: bool = false,
alignstack: bool = false,
inteldialect: bool = false,
unwind: bool = false,
};
}