pub trait ICustomSamplerMethods: ICustomSampler {
// Provided methods
fn ctor(self) { ... }
fn ctor_2(self, ptr: impl Into<IntPtr>) { ... }
}Provided Methods§
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§
impl<__T: ICustomSampler> ICustomSamplerMethods for __T
Available on crate feature
unity_engine-profiling-customsampler only.