Skip to main content

Component

Trait Component 

Source
pub trait Component: Copy + 'static { }
Expand description

Types which can be components of texels.

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.

Implementations on Foreign Types§

Source§

impl Component for f32

Source§

impl Component for i32

Source§

impl Component for u32

Implementors§