Skip to main content

ILaunchBehaviour

Trait ILaunchBehaviour 

Source
pub trait ILaunchBehaviour: IMonoBehaviour {
    // Provided methods
    fn cp(self) -> Character { ... }
    fn set_cp(self, value: Character) { ... }
}

Provided Methods§

Source

fn cp(self) -> Character

Source

fn set_cp(self, value: Character)

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§