Thanks to visit codestin.com
Credit goes to docs.rs

ImageNativeType

Trait ImageNativeType 

Source
pub trait ImageNativeType: HasAfEnum { }
Expand description

Trait qualifier for type of Array’s that are accepted by native image load/save functions.

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 ImageNativeType for f32

Source§

impl ImageNativeType for u8

Source§

impl ImageNativeType for u16

Implementors§