pub enum SkyType {
Atmosphere,
Gradient,
}Expand description
Rendering mode for the sky background.
Mirrors Mapbox GL JS v3’s sky-type style property.
Variants§
Atmosphere
Physically-based Rayleigh + Mie atmospheric scattering (default).
Gradient
Simple radial gradient (cheaper, stylised look).
Trait Implementations§
impl Copy for SkyType
impl Eq for SkyType
impl StructuralPartialEq for SkyType
Auto Trait Implementations§
impl Freeze for SkyType
impl RefUnwindSafe for SkyType
impl Send for SkyType
impl Sync for SkyType
impl Unpin for SkyType
impl UnsafeUnpin for SkyType
impl UnwindSafe for SkyType
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