pub enum SpectralBand {
Ultraviolet,
Visible,
Infrared,
}Expand description
Coarse spectral bands used by the scaffold API.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SpectralBand
impl Clone for SpectralBand
Source§fn clone(&self) -> SpectralBand
fn clone(&self) -> SpectralBand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpectralBand
impl Debug for SpectralBand
Source§impl PartialEq for SpectralBand
impl PartialEq for SpectralBand
Source§fn eq(&self, other: &SpectralBand) -> bool
fn eq(&self, other: &SpectralBand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpectralBand
impl Eq for SpectralBand
impl StructuralPartialEq for SpectralBand
Auto Trait Implementations§
impl Freeze for SpectralBand
impl RefUnwindSafe for SpectralBand
impl Send for SpectralBand
impl Sync for SpectralBand
impl Unpin for SpectralBand
impl UnsafeUnpin for SpectralBand
impl UnwindSafe for SpectralBand
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