Skip to main content

IAssetTable_AccessoryListMethods

Trait IAssetTable_AccessoryListMethods 

Source
pub trait IAssetTable_AccessoryListMethods: IAssetTable_AccessoryList {
    // Provided methods
    fn try_add(self, accessory: impl Into<AssetTable_Accessory>) { ... }
    fn to_string(self) -> Il2CppString { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn try_add(self, accessory: impl Into<AssetTable_Accessory>)

TryAdd(crate::app::assettable::AssetTable_Accessory) overload

Source

fn to_string(self) -> Il2CppString

ToString() overload

Source

fn ctor(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: IAssetTable_AccessoryList> IAssetTable_AccessoryListMethods for __T

Available on crate feature app-assettable only.