Trait vfxpreopenexr::core::frame_buffer::Pixel[][src]

pub trait Pixel: Zero + Clone {
    const CHANNEL_TYPE: PixelType;
    const NUM_CHANNELS: usize;
    const STRIDE: usize;
    const CHANNEL_STRIDE: usize;
}

Associated Constants

Implementations on Foreign Types

Implementors