Skip to main content

IHubAccessHelp

Trait IHubAccessHelp 

Source
pub trait IHubAccessHelp: IMonoBehaviour {
    // Provided methods
    fn m_now_access(self) -> HubAccess { ... }
    fn set_m_now_access(self, value: HubAccess) { ... }
    fn m_last_access(self) -> HubAccess { ... }
    fn set_m_last_access(self, value: HubAccess) { ... }
}

Provided Methods§

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§