#[repr(C)]
pub enum lto_symbol_attributes {
Show 19 variants LTO_SYMBOL_ALIGNMENT_MASK, LTO_SYMBOL_PERMISSIONS_MASK, LTO_SYMBOL_PERMISSIONS_CODE, LTO_SYMBOL_PERMISSIONS_DATA, LTO_SYMBOL_PERMISSIONS_RODATA, LTO_SYMBOL_DEFINITION_MASK, LTO_SYMBOL_DEFINITION_REGULAR, LTO_SYMBOL_DEFINITION_TENTATIVE, LTO_SYMBOL_DEFINITION_WEAK, LTO_SYMBOL_DEFINITION_UNDEFINED, LTO_SYMBOL_DEFINITION_WEAKUNDEF, LTO_SYMBOL_SCOPE_MASK, LTO_SYMBOL_SCOPE_INTERNAL, LTO_SYMBOL_SCOPE_HIDDEN, LTO_SYMBOL_SCOPE_PROTECTED, LTO_SYMBOL_SCOPE_DEFAULT, LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN, LTO_SYMBOL_COMDAT, LTO_SYMBOL_ALIAS,
}

Variants

LTO_SYMBOL_ALIGNMENT_MASK

LTO_SYMBOL_PERMISSIONS_MASK

LTO_SYMBOL_PERMISSIONS_CODE

LTO_SYMBOL_PERMISSIONS_DATA

LTO_SYMBOL_PERMISSIONS_RODATA

LTO_SYMBOL_DEFINITION_MASK

LTO_SYMBOL_DEFINITION_REGULAR

LTO_SYMBOL_DEFINITION_TENTATIVE

LTO_SYMBOL_DEFINITION_WEAK

LTO_SYMBOL_DEFINITION_UNDEFINED

LTO_SYMBOL_DEFINITION_WEAKUNDEF

LTO_SYMBOL_SCOPE_MASK

LTO_SYMBOL_SCOPE_INTERNAL

LTO_SYMBOL_SCOPE_HIDDEN

LTO_SYMBOL_SCOPE_PROTECTED

LTO_SYMBOL_SCOPE_DEFAULT

LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN

LTO_SYMBOL_COMDAT

Added in LLVM 3.7.

LTO_SYMBOL_ALIAS

Added in LLVM 3.7.

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
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
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.