Skip to main content

ITMP_AssetMethods

Trait ITMP_AssetMethods 

Source
pub trait ITMP_AssetMethods: ITMP_Asset {
    // Provided methods
    fn get_instance_id(self) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_instance_id(self) -> i32

get_instanceID() 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: ITMP_Asset> ITMP_AssetMethods for __T

Available on crate feature tm_pro-tmp_asset only.