Skip to main content

ILockComponent

Trait ILockComponent 

Source
pub trait ILockComponent: IMonoBehaviour {
    // Provided methods
    fn m_is_locked(self) -> bool { ... }
    fn set_m_is_locked(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_is_locked(self) -> bool

Source

fn set_m_is_locked(self, value: bool)

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§