pub enum CoordinateConvention {
CenteredPositiveK,
}Variants§
CenteredPositiveK
Spectra are stored with zero frequency at the array centre. Positive illumination k shifts the crop centre toward increasing array indices.
Trait Implementations§
Source§impl Clone for CoordinateConvention
impl Clone for CoordinateConvention
Source§fn clone(&self) -> CoordinateConvention
fn clone(&self) -> CoordinateConvention
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 CoordinateConvention
impl Debug for CoordinateConvention
Source§impl<'de> Deserialize<'de> for CoordinateConvention
impl<'de> Deserialize<'de> for CoordinateConvention
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
Source§impl PartialEq for CoordinateConvention
impl PartialEq for CoordinateConvention
Source§fn eq(&self, other: &CoordinateConvention) -> bool
fn eq(&self, other: &CoordinateConvention) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CoordinateConvention
impl Serialize for CoordinateConvention
impl Copy for CoordinateConvention
impl Eq for CoordinateConvention
impl StructuralPartialEq for CoordinateConvention
Auto Trait Implementations§
impl Freeze for CoordinateConvention
impl RefUnwindSafe for CoordinateConvention
impl Send for CoordinateConvention
impl Sync for CoordinateConvention
impl Unpin for CoordinateConvention
impl UnsafeUnpin for CoordinateConvention
impl UnwindSafe for CoordinateConvention
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