Skip to main content

IAkResourceMonitorDataSummaryMethods

Trait IAkResourceMonitorDataSummaryMethods 

Source
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§

Source

fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)

.ctor(::unity::IntPtr, bool) overload

Source

fn set_c_ptr(self, c_ptr: impl Into<IntPtr>)

setCPtr(::unity::IntPtr) overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() overload

Source

fn set_total_cpu(self, value: impl Into<f32>)

set_totalCPU(f32) overload

Source

fn get_total_cpu(self) -> f32

get_totalCPU() overload

Source

fn set_plugin_cpu(self, value: impl Into<f32>)

set_pluginCPU(f32) overload

Source

fn get_plugin_cpu(self) -> f32

get_pluginCPU() overload

Source

fn set_physical_voices(self, value: impl Into<u32>)

set_physicalVoices(u32) overload

Source

fn get_physical_voices(self) -> u32

get_physicalVoices() overload

Source

fn set_virtual_voices(self, value: impl Into<u32>)

set_virtualVoices(u32) overload

Source

fn get_virtual_voices(self) -> u32

get_virtualVoices() overload

Source

fn set_total_voices(self, value: impl Into<u32>)

set_totalVoices(u32) overload

Source

fn get_total_voices(self) -> u32

get_totalVoices() overload

Source

fn set_nb_active_events(self, value: impl Into<u32>)

set_nbActiveEvents(u32) overload

Source

fn get_nb_active_events(self) -> u32

get_nbActiveEvents() overload

Source

fn ctor_2(self)

.ctor() 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: IAkResourceMonitorDataSummary> IAkResourceMonitorDataSummaryMethods for __T

Available on crate feature root-akresourcemonitordatasummary only.