pub trait IAkDeviceSettingsMethods: IAkDeviceSettings {
Show 26 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_p_io_memory(self, value: impl Into<IntPtr>) { ... }
fn get_p_io_memory(self) -> IntPtr { ... }
fn set_u_io_memory_size(self, value: impl Into<u32>) { ... }
fn get_u_io_memory_size(self) -> u32 { ... }
fn set_u_io_memory_alignment(self, value: impl Into<u32>) { ... }
fn get_u_io_memory_alignment(self) -> u32 { ... }
fn set_e_pool_attributes(self, value: impl Into<u32>) { ... }
fn get_e_pool_attributes(self) -> u32 { ... }
fn set_u_granularity(self, value: impl Into<u32>) { ... }
fn get_u_granularity(self) -> u32 { ... }
fn set_u_scheduler_type_flags(self, value: impl Into<u32>) { ... }
fn get_u_scheduler_type_flags(self) -> u32 { ... }
fn set_thread_properties(self, value: impl Into<AkThreadProperties>) { ... }
fn get_thread_properties(self) -> AkThreadProperties { ... }
fn set_f_target_auto_stm_buffer_length(self, value: impl Into<f32>) { ... }
fn get_f_target_auto_stm_buffer_length(self) -> f32 { ... }
fn set_u_max_concurrent_io(self, value: impl Into<u32>) { ... }
fn get_u_max_concurrent_io(self) -> u32 { ... }
fn set_b_use_stream_cache(self, value: impl Into<bool>) { ... }
fn get_b_use_stream_cache(self) -> bool { ... }
fn set_u_max_cache_pinned_bytes(self, value: impl Into<u32>) { ... }
fn get_u_max_cache_pinned_bytes(self) -> u32 { ... }
}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_p_io_memory(self, value: impl Into<IntPtr>)
fn set_p_io_memory(self, value: impl Into<IntPtr>)
set_pIOMemory(::unity::IntPtr) overload
Sourcefn get_p_io_memory(self) -> IntPtr
fn get_p_io_memory(self) -> IntPtr
get_pIOMemory() overload
Sourcefn set_u_io_memory_size(self, value: impl Into<u32>)
fn set_u_io_memory_size(self, value: impl Into<u32>)
set_uIOMemorySize(u32) overload
Sourcefn get_u_io_memory_size(self) -> u32
fn get_u_io_memory_size(self) -> u32
get_uIOMemorySize() overload
Sourcefn set_u_io_memory_alignment(self, value: impl Into<u32>)
fn set_u_io_memory_alignment(self, value: impl Into<u32>)
set_uIOMemoryAlignment(u32) overload
Sourcefn get_u_io_memory_alignment(self) -> u32
fn get_u_io_memory_alignment(self) -> u32
get_uIOMemoryAlignment() overload
Sourcefn set_e_pool_attributes(self, value: impl Into<u32>)
fn set_e_pool_attributes(self, value: impl Into<u32>)
set_ePoolAttributes(u32) overload
Sourcefn get_e_pool_attributes(self) -> u32
fn get_e_pool_attributes(self) -> u32
get_ePoolAttributes() overload
Sourcefn set_u_granularity(self, value: impl Into<u32>)
fn set_u_granularity(self, value: impl Into<u32>)
set_uGranularity(u32) overload
Sourcefn get_u_granularity(self) -> u32
fn get_u_granularity(self) -> u32
get_uGranularity() overload
Sourcefn set_u_scheduler_type_flags(self, value: impl Into<u32>)
fn set_u_scheduler_type_flags(self, value: impl Into<u32>)
set_uSchedulerTypeFlags(u32) overload
Sourcefn get_u_scheduler_type_flags(self) -> u32
fn get_u_scheduler_type_flags(self) -> u32
get_uSchedulerTypeFlags() overload
Sourcefn set_thread_properties(self, value: impl Into<AkThreadProperties>)
fn set_thread_properties(self, value: impl Into<AkThreadProperties>)
set_threadProperties(crate::root::akthreadproperties::AkThreadProperties) overload
Sourcefn get_thread_properties(self) -> AkThreadProperties
fn get_thread_properties(self) -> AkThreadProperties
get_threadProperties() overload
Sourcefn set_f_target_auto_stm_buffer_length(self, value: impl Into<f32>)
fn set_f_target_auto_stm_buffer_length(self, value: impl Into<f32>)
set_fTargetAutoStmBufferLength(f32) overload
Sourcefn get_f_target_auto_stm_buffer_length(self) -> f32
fn get_f_target_auto_stm_buffer_length(self) -> f32
get_fTargetAutoStmBufferLength() overload
Sourcefn set_u_max_concurrent_io(self, value: impl Into<u32>)
fn set_u_max_concurrent_io(self, value: impl Into<u32>)
set_uMaxConcurrentIO(u32) overload
Sourcefn get_u_max_concurrent_io(self) -> u32
fn get_u_max_concurrent_io(self) -> u32
get_uMaxConcurrentIO() overload
Sourcefn set_b_use_stream_cache(self, value: impl Into<bool>)
fn set_b_use_stream_cache(self, value: impl Into<bool>)
set_bUseStreamCache(bool) overload
Sourcefn get_b_use_stream_cache(self) -> bool
fn get_b_use_stream_cache(self) -> bool
get_bUseStreamCache() overload
Sourcefn set_u_max_cache_pinned_bytes(self, value: impl Into<u32>)
fn set_u_max_cache_pinned_bytes(self, value: impl Into<u32>)
set_uMaxCachePinnedBytes(u32) overload
Sourcefn get_u_max_cache_pinned_bytes(self) -> u32
fn get_u_max_cache_pinned_bytes(self) -> u32
get_uMaxCachePinnedBytes() 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: IAkDeviceSettings> IAkDeviceSettingsMethods for __T
root-akdevicesettings only.