Skip to main content

IAkMarkerCallbackInfoMethods

Trait IAkMarkerCallbackInfoMethods 

Source
pub trait IAkMarkerCallbackInfoMethods: IAkMarkerCallbackInfo {
    // 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_u_identifier(self) -> u32 { ... }
    fn get_u_position(self) -> u32 { ... }
    fn get_str_label(self) -> Il2CppString { ... }
    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 get_u_identifier(self) -> u32

get_uIdentifier() overload

Source

fn get_u_position(self) -> u32

get_uPosition() overload

Source

fn get_str_label(self) -> Il2CppString

get_strLabel() 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: IAkMarkerCallbackInfo> IAkMarkerCallbackInfoMethods for __T

Available on crate feature root-akmarkercallbackinfo only.