[][src]Trait ffimage::core::traits::StorageType

pub trait StorageType: Num + Copy + Send + Sync { }

Pixel backing type

Implementors

impl<T: Num + Copy + Send + Sync> StorageType for T[src]

Loading content...