pub struct SunParams {
pub visible: bool,
pub texture: String,
pub tonemap: String,
pub sunrise: String,
pub sunrise_visible: bool,
pub scale: f32,
}
Fields§
§visible: bool
§texture: String
§tonemap: String
§sunrise: String
§sunrise_visible: bool
§scale: f32
Trait Implementations§
Source§impl Deserialize for SunParams
impl Deserialize for SunParams
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for SunParams
Auto Trait Implementations§
impl Freeze for SunParams
impl RefUnwindSafe for SunParams
impl Send for SunParams
impl Sync for SunParams
impl Unpin for SunParams
impl UnwindSafe for SunParams
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