pub struct ElementSpacingWavelengths {
pub u: Option<f64>,
pub v: Option<f64>,
}Expand description
Neighbour spacing expressed against the unattenuated wavelength.
Fields§
§u: Option<f64>Line or aperture-column spacing; absent for a singleton axis.
v: Option<f64>Aperture-row spacing; absent for a singleton axis or line array.
Implementations§
Trait Implementations§
Source§impl Clone for ElementSpacingWavelengths
impl Clone for ElementSpacingWavelengths
Source§fn clone(&self) -> ElementSpacingWavelengths
fn clone(&self) -> ElementSpacingWavelengths
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 moreimpl Copy for ElementSpacingWavelengths
Source§impl Debug for ElementSpacingWavelengths
impl Debug for ElementSpacingWavelengths
impl StructuralPartialEq for ElementSpacingWavelengths
Auto Trait Implementations§
impl Freeze for ElementSpacingWavelengths
impl RefUnwindSafe for ElementSpacingWavelengths
impl Send for ElementSpacingWavelengths
impl Sync for ElementSpacingWavelengths
impl Unpin for ElementSpacingWavelengths
impl UnsafeUnpin for ElementSpacingWavelengths
impl UnwindSafe for ElementSpacingWavelengths
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