Skip to main content

IAkSourceSettingsMethods

Trait IAkSourceSettingsMethods 

Source
pub trait IAkSourceSettingsMethods: IAkSourceSettings {
Show 13 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_source_id(self, value: impl Into<u32>) { ... } fn get_source_id(self) -> u32 { ... } fn set_p_media_memory(self, value: impl Into<IntPtr>) { ... } fn get_p_media_memory(self) -> IntPtr { ... } fn set_u_media_size(self, value: impl Into<u32>) { ... } fn get_u_media_size(self) -> u32 { ... } fn clear(self) { ... } fn clone(self, other: impl Into<AkSourceSettings>) { ... } 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_source_id(self, value: impl Into<u32>)

set_sourceID(u32) overload

Source

fn get_source_id(self) -> u32

get_sourceID() overload

Source

fn set_p_media_memory(self, value: impl Into<IntPtr>)

set_pMediaMemory(::unity::IntPtr) overload

Source

fn get_p_media_memory(self) -> IntPtr

get_pMediaMemory() overload

Source

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

set_uMediaSize(u32) overload

Source

fn get_u_media_size(self) -> u32

get_uMediaSize() overload

Source

fn clear(self)

Clear() overload

Source

fn clone(self, other: impl Into<AkSourceSettings>)

Clone(crate::root::aksourcesettings::AkSourceSettings) 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: IAkSourceSettings> IAkSourceSettingsMethods for __T

Available on crate feature root-aksourcesettings only.