Skip to main content

IAssetTable_ConditionIndexesMethods

Trait IAssetTable_ConditionIndexesMethods 

Source
pub trait IAssetTable_ConditionIndexesMethods: IAssetTable_ConditionIndexes {
    // Provided methods
    fn clear(self) { ... }
    fn add(self, indexes: impl Into<List_1<i32>>) { ... }
    fn commit(self) { ... }
    fn test(self, flags: impl Into<AssetTable_ConditionFlags>) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn clear(self)

Clear() overload

Source

fn add(self, indexes: impl Into<List_1<i32>>)

Add(crate::system::collections::generic::list_1::List_1<i32>) overload

Source

fn commit(self)

Commit() overload

Source

fn test(self, flags: impl Into<AssetTable_ConditionFlags>) -> bool

Test(crate::app::assettable::AssetTable_ConditionFlags) 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_ConditionIndexes> IAssetTable_ConditionIndexesMethods for __T

Available on crate feature app-assettable only.