Re-exports§
pub use ReprAttr::*;
Structs§
Enums§
- Attribute
Kind - Represents parsed built-in inert attributes.
- Deprecated
Since - Release in which an API is deprecated.
- Inline
Attr - Instruction
SetAttr - IntType
- Optimize
Attr - Repr
Attr - Transparency
Error - 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)]