Skip to main content

IRawImage

Trait IRawImage 

Source
pub trait IRawImage: IMaskableGraphic {
    // Provided methods
    fn m_texture(self) -> Texture { ... }
    fn set_m_texture(self, value: Texture) { ... }
    fn m_uv_rect(self) -> Rect { ... }
    fn set_m_uv_rect(self, value: Rect) { ... }
}

Provided Methods§

Source

fn m_texture(self) -> Texture

Source

fn set_m_texture(self, value: Texture)

Source

fn m_uv_rect(self) -> Rect

Source

fn set_m_uv_rect(self, value: Rect)

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§