pub trait IAkResourceMonitorDataSummaryMethods: IAkResourceMonitorDataSummary {
Show 17 methods
// Provided methods
fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>) { ... }
fn set_c_ptr(self, c_ptr: impl Into<IntPtr>) { ... }
fn finalize(self) { ... }
fn dispose(self) { ... }
fn set_total_cpu(self, value: impl Into<f32>) { ... }
fn get_total_cpu(self) -> f32 { ... }
fn set_plugin_cpu(self, value: impl Into<f32>) { ... }
fn get_plugin_cpu(self) -> f32 { ... }
fn set_physical_voices(self, value: impl Into<u32>) { ... }
fn get_physical_voices(self) -> u32 { ... }
fn set_virtual_voices(self, value: impl Into<u32>) { ... }
fn get_virtual_voices(self) -> u32 { ... }
fn set_total_voices(self, value: impl Into<u32>) { ... }
fn get_total_voices(self) -> u32 { ... }
fn set_nb_active_events(self, value: impl Into<u32>) { ... }
fn get_nb_active_events(self) -> u32 { ... }
fn ctor_2(self) { ... }
}Provided Methods§
Sourcefn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)
fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)
.ctor(::unity::IntPtr, bool) overload
Sourcefn set_total_cpu(self, value: impl Into<f32>)
fn set_total_cpu(self, value: impl Into<f32>)
set_totalCPU(f32) overload
Sourcefn get_total_cpu(self) -> f32
fn get_total_cpu(self) -> f32
get_totalCPU() overload
Sourcefn set_plugin_cpu(self, value: impl Into<f32>)
fn set_plugin_cpu(self, value: impl Into<f32>)
set_pluginCPU(f32) overload
Sourcefn get_plugin_cpu(self) -> f32
fn get_plugin_cpu(self) -> f32
get_pluginCPU() overload
Sourcefn set_physical_voices(self, value: impl Into<u32>)
fn set_physical_voices(self, value: impl Into<u32>)
set_physicalVoices(u32) overload
Sourcefn get_physical_voices(self) -> u32
fn get_physical_voices(self) -> u32
get_physicalVoices() overload
Sourcefn set_virtual_voices(self, value: impl Into<u32>)
fn set_virtual_voices(self, value: impl Into<u32>)
set_virtualVoices(u32) overload
Sourcefn get_virtual_voices(self) -> u32
fn get_virtual_voices(self) -> u32
get_virtualVoices() overload
Sourcefn set_total_voices(self, value: impl Into<u32>)
fn set_total_voices(self, value: impl Into<u32>)
set_totalVoices(u32) overload
Sourcefn get_total_voices(self) -> u32
fn get_total_voices(self) -> u32
get_totalVoices() overload
Sourcefn set_nb_active_events(self, value: impl Into<u32>)
fn set_nb_active_events(self, value: impl Into<u32>)
set_nbActiveEvents(u32) overload
Sourcefn get_nb_active_events(self) -> u32
fn get_nb_active_events(self) -> u32
get_nbActiveEvents() 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: IAkResourceMonitorDataSummary> IAkResourceMonitorDataSummaryMethods for __T
Available on crate feature
root-akresourcemonitordatasummary only.