Skip to main content

IUVScroll

Trait IUVScroll 

Source
pub trait IUVScroll: IMaterialBehaviour {
    // Provided methods
    fn m_scroll(self) -> Vector2 { ... }
    fn set_m_scroll(self, value: Vector2) { ... }
    fn m_step(self) -> bool { ... }
    fn set_m_step(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_scroll(self) -> Vector2

Source

fn set_m_scroll(self, value: Vector2)

Source

fn m_step(self) -> bool

Source

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