Skip to main content

IActionCamera

Trait IActionCamera 

Source
pub trait IActionCamera: IState {
    // Provided methods
    fn m_style(self) -> CameraSituation { ... }
    fn set_m_style(self, value: CameraSituation) { ... }
    fn m_force(self) -> bool { ... }
    fn set_m_force(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_style(self) -> CameraSituation

Source

fn set_m_style(self, value: CameraSituation)

Source

fn m_force(self) -> bool

Source

fn set_m_force(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§