Skip to main content

ITProfilingSampler_1Methods

Trait ITProfilingSampler_1Methods 

Source
pub trait ITProfilingSampler_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn cctor() { ... }
    fn ctor(self, name: Il2CppString)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn cctor()

Source

fn ctor(self, name: Il2CppString)
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§