Skip to main content

IUt_EnumListMethods

Trait IUt_EnumListMethods 

Source
pub trait IUt_EnumListMethods: IUt_EnumList {
    // Provided methods
    fn ctor(self, type: impl Into<SystemType>) { ... }
    fn get_index(self, value: impl Into<Object>) -> i32 { ... }
}

Provided Methods§

Source

fn ctor(self, type: impl Into<SystemType>)

.ctor(::unity::SystemType) overload

Source

fn get_index(self, value: impl Into<Object>) -> i32

GetIndex(crate::system::object::Object) 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: IUt_EnumList> IUt_EnumListMethods for __T

Available on crate feature app-ut only.