Skip to main content

IBuildTimeScopeBlock

Trait IBuildTimeScopeBlock 

Source
pub trait IBuildTimeScopeBlock: IObject {
    // Provided methods
    fn m_defined_names(self) -> Dictionary_2<Il2CppString, SymbolRef> { ... }
    fn set_m_defined_names(self, value: Dictionary_2<Il2CppString, SymbolRef>) { ... }
    fn m_pending_gotos(self) -> List_1<GotoStatement> { ... }
    fn set_m_pending_gotos(self, value: List_1<GotoStatement>) { ... }
    fn m_local_labels(self) -> Dictionary_2<Il2CppString, LabelStatement> { ... }
    fn set_m_local_labels(
        self,
        value: Dictionary_2<Il2CppString, LabelStatement>,
    ) { ... }
    fn m_last_defined_name(self) -> Il2CppString { ... }
    fn set_m_last_defined_name(self, value: Il2CppString) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§