pub trait IAkSerializedCallbackHeaderMethods: IAkSerializedCallbackHeader {
// 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 get_p_package(self) -> IntPtr { ... }
fn get_p_next(self) -> AkSerializedCallbackHeader { ... }
fn get_e_type(self) -> AkCallbackType { ... }
fn get_data(self) -> IntPtr { ... }
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 get_p_package(self) -> IntPtr
fn get_p_package(self) -> IntPtr
get_pPackage() overload
Sourcefn get_p_next(self) -> AkSerializedCallbackHeader
fn get_p_next(self) -> AkSerializedCallbackHeader
get_pNext() overload
Sourcefn get_e_type(self) -> AkCallbackType
fn get_e_type(self) -> AkCallbackType
get_eType() 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: IAkSerializedCallbackHeader> IAkSerializedCallbackHeaderMethods for __T
Available on crate feature
root-akserializedcallbackheader only.