Enum rustc_codegen_llvm::llvm::Attribute [−][src]
#[repr(C)]
pub enum Attribute {
Show 30 variants
AlwaysInline,
ByVal,
Cold,
InlineHint,
MinSize,
Naked,
NoAlias,
NoCapture,
NoInline,
NonNull,
NoRedZone,
NoReturn,
NoUnwind,
OptimizeForSize,
ReadOnly,
SExt,
StructRet,
UWTable,
ZExt,
InReg,
SanitizeThread,
SanitizeAddress,
SanitizeMemory,
NonLazyBind,
OptimizeNone,
ReturnsTwice,
ReadNone,
InaccessibleMemOnly,
SanitizeHWAddress,
WillReturn,
}
Expand description
Matches LLVMRustAttribute in LLVMWrapper.h Semantically a subset of the C++ enum llvm::Attribute::AttrKind, though it is not ABI compatible (since it’s a C++ enum)
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attribute
impl UnwindSafe for Attribute
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
AlwaysInline
: 0 bytesByVal
: 0 bytesCold
: 0 bytesInlineHint
: 0 bytesMinSize
: 0 bytesNaked
: 0 bytesNoAlias
: 0 bytesNoCapture
: 0 bytesNoInline
: 0 bytesNonNull
: 0 bytesNoRedZone
: 0 bytesNoReturn
: 0 bytesNoUnwind
: 0 bytesOptimizeForSize
: 0 bytesReadOnly
: 0 bytesSExt
: 0 bytesStructRet
: 0 bytesUWTable
: 0 bytesZExt
: 0 bytesInReg
: 0 bytesSanitizeThread
: 0 bytesSanitizeAddress
: 0 bytesSanitizeMemory
: 0 bytesNonLazyBind
: 0 bytesOptimizeNone
: 0 bytesReturnsTwice
: 0 bytesReadNone
: 0 bytesInaccessibleMemOnly
: 0 bytesSanitizeHWAddress
: 0 bytesWillReturn
: 0 bytes