Skip to main content

IFunctionDefinitionStatement

Trait IFunctionDefinitionStatement 

Source
pub trait IFunctionDefinitionStatement: IStatement {
Show 16 methods // Provided methods fn m_func_symbol(self) -> SymbolRef { ... } fn set_m_func_symbol(self, value: SymbolRef) { ... } fn m_source_ref(self) -> SourceRef { ... } fn set_m_source_ref(self, value: SourceRef) { ... } fn m_local(self) -> bool { ... } fn set_m_local(self, value: bool) { ... } fn m_is_method_calling_convention(self) -> bool { ... } fn set_m_is_method_calling_convention(self, value: bool) { ... } fn m_method_name(self) -> Il2CppString { ... } fn set_m_method_name(self, value: Il2CppString) { ... } fn m_friendly_name(self) -> Il2CppString { ... } fn set_m_friendly_name(self, value: Il2CppString) { ... } fn m_table_accessors(self) -> List_1<Il2CppString> { ... } fn set_m_table_accessors(self, value: List_1<Il2CppString>) { ... } fn m_func_def(self) -> FunctionDefinitionExpression { ... } fn set_m_func_def(self, value: FunctionDefinitionExpression) { ... }
}

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§