pub trait IAkMusicPlaylistCallbackInfoMethods: IAkMusicPlaylistCallbackInfo {
// 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_playlist_id(self) -> u32 { ... }
fn get_u_num_playlist_items(self) -> u32 { ... }
fn get_u_playlist_selection(self) -> u32 { ... }
fn get_u_playlist_item_done(self) -> u32 { ... }
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_playlist_id(self) -> u32
fn get_playlist_id(self) -> u32
get_playlistID() overload
Sourcefn get_u_num_playlist_items(self) -> u32
fn get_u_num_playlist_items(self) -> u32
get_uNumPlaylistItems() overload
Sourcefn get_u_playlist_selection(self) -> u32
fn get_u_playlist_selection(self) -> u32
get_uPlaylistSelection() overload
Sourcefn get_u_playlist_item_done(self) -> u32
fn get_u_playlist_item_done(self) -> u32
get_uPlaylistItemDone() 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: IAkMusicPlaylistCallbackInfo> IAkMusicPlaylistCallbackInfoMethods for __T
Available on crate feature
root-akmusicplaylistcallbackinfo only.