Enum RasterDemEncoding
#[non_exhaustive]pub enum RasterDemEncoding {
Mapbox,
Terrarium,
}Expand description
DEM raster encoding for raster DEM style sources.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
§impl RasterDemEncoding
impl RasterDemEncoding
Trait Implementations§
§impl Clone for RasterDemEncoding
impl Clone for RasterDemEncoding
§fn clone(&self) -> RasterDemEncoding
fn clone(&self) -> RasterDemEncoding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RasterDemEncoding
impl Debug for RasterDemEncoding
§impl Hash for RasterDemEncoding
impl Hash for RasterDemEncoding
§impl PartialEq for RasterDemEncoding
impl PartialEq for RasterDemEncoding
impl Copy for RasterDemEncoding
impl Eq for RasterDemEncoding
impl StructuralPartialEq for RasterDemEncoding
Auto Trait Implementations§
impl Freeze for RasterDemEncoding
impl RefUnwindSafe for RasterDemEncoding
impl Send for RasterDemEncoding
impl Sync for RasterDemEncoding
impl Unpin for RasterDemEncoding
impl UnsafeUnpin for RasterDemEncoding
impl UnwindSafe for RasterDemEncoding
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