#[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§
source§impl AttributeName
impl AttributeName
sourcepub fn from_bytes(input: &[u8]) -> Result<Self, ParseAttributeNameError>
pub fn from_bytes(input: &[u8]) -> Result<Self, ParseAttributeNameError>
derive an enum entry from an input string using a perfect hash function
Trait Implementations§
source§impl Clone for AttributeName
impl Clone for AttributeName
source§fn clone(&self) -> AttributeName
fn clone(&self) -> AttributeName
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AttributeName
impl Debug for AttributeName
source§impl Display for AttributeName
impl Display for AttributeName
source§impl FromStr for AttributeName
impl FromStr for AttributeName
source§impl Hash for AttributeName
impl Hash for AttributeName
source§impl PartialEq<AttributeName> for AttributeName
impl PartialEq<AttributeName> for AttributeName
source§fn eq(&self, other: &AttributeName) -> bool
fn eq(&self, other: &AttributeName) -> bool
self
and other
values to be equal, and is used
by ==
.