Skip to main content

ICustomSamplerMethods

Trait ICustomSamplerMethods 

Source
pub trait ICustomSamplerMethods: ICustomSampler {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(self, ptr: impl Into<IntPtr>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, ptr: impl Into<IntPtr>)

.ctor(::unity::IntPtr) overload

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§

Source§

impl<__T: ICustomSampler> ICustomSamplerMethods for __T

Available on crate feature unity_engine-profiling-customsampler only.