Skip to main content

IDisableItemMethods

Trait IDisableItemMethods 

Source
pub trait IDisableItemMethods: IDisableItem {
    // Provided methods
    fn ctor(self, name: impl Into<Il2CppString>) { ... }
    fn is_enable(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn is_enable(self) -> bool

IsEnable() 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: IDisableItem> IDisableItemMethods for __T

Available on crate feature app-disableitem only.