#[repr(u16)]
pub enum AttributeName {
Show 101 variants Accesskey, Align, AllowBreak, Alt, Base, Bgcolor, BindingTime, BlueprintValue, Break, Class, Colname, Colnum, Color, Cols, Colsep, Colwidth, Coords, Dest, EditHeight, EditWidth, Editfit, Editscale, EnumTable, Filename, Fit, Float, Font, Frame, Generator, Gid, Height, HelpEntry, Href, HtmlFit, HtmlHeight, HtmlScale, HtmlWidth, Index, IntervalType, ItemLabelPos, KeepWithPrevious, L, Level, MimeType, Morerows, Name, NamePattern, Nameend, Namest, Nohref, Notation, NoteType, Onblur, Onclick, Ondblclick, Onfocus, Onkeydown, Onkeypress, Onkeyup, Onmousedown, Onmousemove, Onmouseout, Onmouseover, Onmouseup, Orient, Pgwide, ResolutionPolicy, Rotate, Rowsep, S, Scale, Sd, Shape, ShortLabel, ShowContent, ShowResourceAliasName, ShowResourceCategory, ShowResourceLongName, ShowResourceNumber, ShowResourcePage, ShowResourceShortName, ShowResourceType, ShowSee, Si, Spanname, Style, T, Tabindex, Tabstyle, TexRender, Title, Type, Uuid, Validity, Valign, View, Width, xmlSpace, xmlns, xmlnsXsi, xsiSchemalocation,
}
Expand description

Enum of all attribute names in Autosar

Variants

Accesskey

ACCESSKEY

Align

ALIGN

AllowBreak

ALLOW-BREAK

Alt

ALT

Base

BASE

Bgcolor

BGCOLOR

BindingTime

BINDING-TIME

BlueprintValue

BLUEPRINT-VALUE

Break

BREAK

Class

CLASS

Colname

COLNAME

Colnum

COLNUM

Color

COLOR

Cols

COLS

Colsep

COLSEP

Colwidth

COLWIDTH

Coords

COORDS

Dest

DEST

EditHeight

EDIT-HEIGHT

EditWidth

EDIT-WIDTH

Editfit

EDITFIT

Editscale

EDITSCALE

EnumTable

ENUM-TABLE

Filename

FILENAME

Fit

FIT

Float

FLOAT

Font

FONT

Frame

FRAME

Generator

GENERATOR

Gid

GID

Height

HEIGHT

HelpEntry

HELP-ENTRY

Href

HREF

HtmlFit

HTML-FIT

HtmlHeight

HTML-HEIGHT

HtmlScale

HTML-SCALE

HtmlWidth

HTML-WIDTH

Index

INDEX

IntervalType

INTERVAL-TYPE

ItemLabelPos

ITEM-LABEL-POS

KeepWithPrevious

KEEP-WITH-PREVIOUS

L

L

Level

LEVEL

MimeType

MIME-TYPE

Morerows

MOREROWS

Name

NAME

NamePattern

NAME-PATTERN

Nameend

NAMEEND

Namest

NAMEST

Nohref

NOHREF

Notation

NOTATION

NoteType

NOTE-TYPE

Onblur

ONBLUR

Onclick

ONCLICK

Ondblclick

ONDBLCLICK

Onfocus

ONFOCUS

Onkeydown

ONKEYDOWN

Onkeypress

ONKEYPRESS

Onkeyup

ONKEYUP

Onmousedown

ONMOUSEDOWN

Onmousemove

ONMOUSEMOVE

Onmouseout

ONMOUSEOUT

Onmouseover

ONMOUSEOVER

Onmouseup

ONMOUSEUP

Orient

ORIENT

Pgwide

PGWIDE

ResolutionPolicy

RESOLUTION-POLICY

Rotate

ROTATE

Rowsep

ROWSEP

S

S

Scale

SCALE

Sd

SD

Shape

SHAPE

ShortLabel

SHORT-LABEL

ShowContent

SHOW-CONTENT

ShowResourceAliasName

SHOW-RESOURCE-ALIAS-NAME

ShowResourceCategory

SHOW-RESOURCE-CATEGORY

ShowResourceLongName

SHOW-RESOURCE-LONG-NAME

ShowResourceNumber

SHOW-RESOURCE-NUMBER

ShowResourcePage

SHOW-RESOURCE-PAGE

ShowResourceShortName

SHOW-RESOURCE-SHORT-NAME

ShowResourceType

SHOW-RESOURCE-TYPE

ShowSee

SHOW-SEE

Si

SI

Spanname

SPANNAME

Style

STYLE

T

T

Tabindex

TABINDEX

Tabstyle

TABSTYLE

TexRender

TEX-RENDER

Title

TITLE

Type

TYPE

Uuid

UUID

Validity

VALIDITY

Valign

VALIGN

View

VIEW

Width

WIDTH

xmlSpace

xml:space

xmlns

xmlns

xmlnsXsi

xmlns:xsi

xsiSchemalocation

xsi:schemaLocation

Implementations

derive an enum entry from an input string using a perfect hash function

get the str corresponding to an item

The returned &str has static lifetime, becasue it is a reference to an entry in a list of constants

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
The associated error which can be returned from parsing.
Parses a string s to return a value of this type. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.