pub trait IStructTemplate_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn get_header() -> StructHeader { ... }
fn get_file_path() -> Il2CppString { ... }
fn is_exist() -> bool { ... }
fn is_exist_2(name: Il2CppString) -> bool { ... }
fn ctor(self)
where Self: Sized { ... }
fn cctor() { ... }
}Provided Methods§
fn get_header() -> StructHeader
fn get_file_path() -> Il2CppString
fn is_exist() -> bool
fn is_exist_2(name: Il2CppString) -> bool
fn ctor(self)where
Self: Sized,
fn cctor()
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.