Constant goblin::elf::sym::STV_PROTECTED

source ·
pub const STV_PROTECTED: u8 = 3;
Expand description

Protected: Symbol defined in current component is visible in other components, but cannot be preempted. Any reference from within the defining component must be resolved to the definition in that component.