Skip to main content

IStructTemplate_1Methods

Trait IStructTemplate_1Methods 

Source
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§

Source

fn get_header() -> StructHeader

Source

fn get_file_path() -> Il2CppString

Source

fn is_exist() -> bool

Source

fn is_exist_2(name: Il2CppString) -> bool

Source

fn ctor(self)
where Self: Sized,

Source

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.

Implementors§