Struct lump::lvl::data::Environment
source · pub struct Environment<'a> {
pub lighting_info: LightingInfo,
pub skydome_info: SkydomeInfo<'a>,
pub editor_settings: EditorSettings,
}
Fields§
§lighting_info: LightingInfo
§skydome_info: SkydomeInfo<'a>
§editor_settings: EditorSettings
Trait Implementations§
source§impl<'a> Debug for Environment<'a>
impl<'a> Debug for Environment<'a>
source§impl<'de, 'a> Deserialize<'de> for Environment<'a>
impl<'de, 'a> Deserialize<'de> for Environment<'a>
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<'a> RefUnwindSafe for Environment<'a>
impl<'a> Send for Environment<'a>
impl<'a> Sync for Environment<'a>
impl<'a> Unpin for Environment<'a>
impl<'a> UnwindSafe for Environment<'a>
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