Module attributes

Source

Re-exports§

pub use ReprAttr::*;

Structs§

Deprecation

Enums§

AttributeKind
Represents parsed built-in inert attributes.
DeprecatedSince
Release in which an API is deprecated.
InlineAttr
InstructionSetAttr
IntType
OptimizeAttr
ReprAttr
TransparencyError
UsedBy
There are three valid forms of the attribute: #[used], which is semantically equivalent to #[used(linker)] except that the latter is currently unstable. #[used(compiler)] #[used(linker)]