pub trait IStructHeader_Param: IObject {
// Provided methods
fn name_field(self) -> Il2CppString { ... }
fn set_name_field(self, value: Il2CppString) { ... }
fn type(self) -> Il2CppString { ... }
fn set_type(self, value: Il2CppString) { ... }
fn ident_field(self) -> Il2CppString { ... }
fn set_ident_field(self, value: Il2CppString) { ... }
fn min_field(self) -> Il2CppString { ... }
fn set_min_field(self, value: Il2CppString) { ... }
fn max_field(self) -> Il2CppString { ... }
fn set_max_field(self, value: Il2CppString) { ... }
fn chg_field(self) -> Il2CppString { ... }
fn set_chg_field(self, value: Il2CppString) { ... }
}Provided Methods§
fn name_field(self) -> Il2CppString
fn set_name_field(self, value: Il2CppString)
fn type(self) -> Il2CppString
fn set_type(self, value: Il2CppString)
fn ident_field(self) -> Il2CppString
fn set_ident_field(self, value: Il2CppString)
fn min_field(self) -> Il2CppString
fn set_min_field(self, value: Il2CppString)
fn max_field(self) -> Il2CppString
fn set_max_field(self, value: Il2CppString)
fn chg_field(self) -> Il2CppString
fn set_chg_field(self, value: Il2CppString)
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.