Skip to main content

ISamplerMethods

Trait ISamplerMethods 

Source
pub trait ISamplerMethods: ISampler {
    // Provided methods
    fn ctor(self) { ... }
    fn get_is_valid(self) -> bool { ... }
    fn get_recorder(self) -> Recorder { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_is_valid(self) -> bool

get_isValid() overload

Source

fn get_recorder(self) -> Recorder

GetRecorder() 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: ISampler> ISamplerMethods for __T

Available on crate feature unity_engine-profiling-sampler only.