pub struct HDRIFiles {
pub hdri: HashMap<String, HashMap<HDRIFormat, FileData>>,
pub backplates: HashMap<String, HashMap<HDRIBackplateFormat, FileData>>,
pub colorchart: Option<FileData>,
pub tonemapped: Option<FileData>,
}Fields§
§hdri: HashMap<String, HashMap<HDRIFormat, FileData>>§backplates: HashMap<String, HashMap<HDRIBackplateFormat, FileData>>§colorchart: Option<FileData>§tonemapped: Option<FileData>Trait Implementations§
Source§impl<'de> Deserialize<'de> for HDRIFiles
impl<'de> Deserialize<'de> for HDRIFiles
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HDRIFiles
impl RefUnwindSafe for HDRIFiles
impl Send for HDRIFiles
impl Sync for HDRIFiles
impl Unpin for HDRIFiles
impl UnwindSafe for HDRIFiles
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more