pub trait IRingInfoDirtyMethods: IRingInfoDirty {
// Provided methods
fn get_dirty_texture_value(self, value: impl Into<f32>) -> f32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_dirty_texture_value(self, value: impl Into<f32>) -> f32
fn get_dirty_texture_value(self, value: impl Into<f32>) -> f32
GetDirtyTextureValue(f32) 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§
impl<__T: IRingInfoDirty> IRingInfoDirtyMethods for __T
Available on crate feature
app-ringinfodirty only.