Skip to main content

IResourceManager_CompletedOperation_1Methods

Trait IResourceManager_CompletedOperation_1Methods 

Source
pub trait IResourceManager_CompletedOperation_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self)
       where Self: Sized { ... }
    fn init(
        self,
        result: T0,
        success: bool,
        error_msg: Il2CppString,
        release_dependencies_on_failure: bool,
    )
       where Self: Sized { ... }
    fn get_debug_name(self) -> Il2CppString
       where Self: Sized { ... }
    fn invoke_wait_for_completion(self) -> bool
       where Self: Sized { ... }
    fn execute(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self)
where Self: Sized,

Source

fn init( self, result: T0, success: bool, error_msg: Il2CppString, release_dependencies_on_failure: bool, )
where Self: Sized,

Source

fn get_debug_name(self) -> Il2CppString
where Self: Sized,

Source

fn invoke_wait_for_completion(self) -> bool
where Self: Sized,

Source

fn execute(self)
where Self: Sized,

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§