Struct lut_parser::CubeLut [−][src]
pub struct CubeLut<T: Float> { pub title: String, pub kind: LutKind, pub domain_min: [T; 3], pub domain_max: [T; 3], pub size: usize, pub data: Vec<[T; 3]>, }
Fields
title: String
kind: LutKind
domain_min: [T; 3]
domain_max: [T; 3]
size: usize
data: Vec<[T; 3]>
Implementations
impl<T: Float + FromStr<Err = ParseFloatError>> CubeLut<T>
[src]
impl<T: Float + FromStr<Err = ParseFloatError>> CubeLut<T>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CubeLut<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for CubeLut<T> where
T: Send,
T: Send,
impl<T> Sync for CubeLut<T> where
T: Sync,
T: Sync,
impl<T> Unpin for CubeLut<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for CubeLut<T> where
T: UnwindSafe,
T: UnwindSafe,