pub struct SkyPaint {
pub sky_atmosphere_color: Option<Expression<()>>,
pub sky_atmosphere_halo_color: Option<Expression<()>>,
pub sky_atmosphere_sun: Option<Expression<()>>,
pub sky_atmosphere_sun_intensity: Option<Expression<()>>,
pub sky_gradient: Option<Expression<()>>,
pub sky_gradient_center: Option<Expression<()>>,
pub sky_gradient_radius: Option<Expression<()>>,
pub sky_opacity: Option<Expression<()>>,
pub sky_type: Option<Expression<SkyType>>,
}Fields§
§sky_atmosphere_color: Option<Expression<()>>§sky_atmosphere_halo_color: Option<Expression<()>>§sky_atmosphere_sun: Option<Expression<()>>§sky_atmosphere_sun_intensity: Option<Expression<()>>§sky_gradient: Option<Expression<()>>§sky_gradient_center: Option<Expression<()>>§sky_gradient_radius: Option<Expression<()>>§sky_opacity: Option<Expression<()>>§sky_type: Option<Expression<SkyType>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkyPaint
impl<'de> Deserialize<'de> for SkyPaint
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 SkyPaint
impl RefUnwindSafe for SkyPaint
impl Send for SkyPaint
impl Sync for SkyPaint
impl Unpin for SkyPaint
impl UnwindSafe for SkyPaint
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