Attrs

scala.scalanative.nir.Attrs
See theAttrs companion object
final case class Attrs(inlineHint: Inline, specialize: Specialize, opt: Opt, isExtern: Boolean, isDyn: Boolean, isStub: Boolean, isAbstract: Boolean, links: Seq[Link])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toSeq: Seq[Attr]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product